![]() |
OpenSubdiv
|
Descriptor for limit surface locations. More...
#include <stencilTableFactory.h>
Public Member Functions | |
| LocationArray () | |
Public Attributes | |
| int | ptexIdx |
| ptex face index | |
| int | numLocations |
| number of (u,v) coordinates in the array | |
| REAL const * | s |
| array of u coordinates | |
| REAL const * | t |
| array of v coordinates | |
Descriptor for limit surface locations.
Definition at line 216 of file stencilTableFactory.h.
|
inline |
Definition at line 218 of file stencilTableFactory.h.
| int numLocations |
number of (u,v) coordinates in the array
Definition at line 221 of file stencilTableFactory.h.
| int ptexIdx |
ptex face index
Definition at line 220 of file stencilTableFactory.h.
| REAL const* s |
array of u coordinates
Definition at line 223 of file stencilTableFactory.h.
| REAL const * t |
array of v coordinates
Definition at line 224 of file stencilTableFactory.h.