LimitStencilTableFactory::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...
 
float const * s
 array of u coordinates More...
 
float const * t
 array of v coordinates More...
 

Detailed Description

Descriptor for limit surface locations.

Definition at line 148 of file stencilTableFactory.h.

Constructor & Destructor Documentation

§ LocationArray()

LocationArray ( )
inline

Definition at line 150 of file stencilTableFactory.h.

Member Data Documentation

§ numLocations

int numLocations

number of (u,v) coordinates in the array

Definition at line 152 of file stencilTableFactory.h.

§ ptexIdx

int ptexIdx

ptex face index

Definition at line 152 of file stencilTableFactory.h.

§ s

float const* s

array of u coordinates

Definition at line 155 of file stencilTableFactory.h.

§ t

float const * t

array of v coordinates

Definition at line 155 of file stencilTableFactory.h.


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