All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
LimitStencilTableFactoryReal< REAL >::LocationArray Struct Reference

Descriptor for limit surface locations. More...

#include <stencilTableFactory.h>

Public Member Functions

 LocationArray ()
 

Public Attributes

int ptexIdx
 ptex face index More...
 
int numLocations
 number of (u,v) coordinates in the array More...
 
REAL const * s
 array of u coordinates More...
 
REAL const * t
 array of v coordinates More...
 

Detailed Description

template<typename REAL>
struct OpenSubdiv::OPENSUBDIV_VERSION::Far::LimitStencilTableFactoryReal< REAL >::LocationArray

Descriptor for limit surface locations.

Definition at line 233 of file stencilTableFactory.h.

Constructor & Destructor Documentation

LocationArray ( )
inline

Definition at line 235 of file stencilTableFactory.h.

Member Data Documentation

int numLocations

number of (u,v) coordinates in the array

Definition at line 237 of file stencilTableFactory.h.

int ptexIdx

ptex face index

Definition at line 237 of file stencilTableFactory.h.

REAL const* s

array of u coordinates

Definition at line 240 of file stencilTableFactory.h.

REAL const * t

array of v coordinates

Definition at line 240 of file stencilTableFactory.h.


The documentation for this struct was generated from the following file: