PatchArray Struct Reference

#include <types.h>

Public Member Functions

 PatchArray (Far::PatchDescriptor desc, int numPatches, int indexBase, int primitiveIdBase)
 
Far::PatchDescriptor const & GetDescriptor () const
 
int GetPatchType () const
 
int GetNumPatches () const
 
int GetIndexBase () const
 
int GetPrimitiveIdBase () const
 

Public Attributes

Far::PatchDescriptor desc
 
int numPatches
 
int indexBase
 
int primitiveIdBase
 

Detailed Description

Definition at line 64 of file types.h.

Constructor & Destructor Documentation

PatchArray ( Far::PatchDescriptor  desc,
int  numPatches,
int  indexBase,
int  primitiveIdBase 
)
inline

Definition at line 66 of file types.h.

Member Function Documentation

Far::PatchDescriptor const& GetDescriptor ( ) const
inline

Definition at line 71 of file types.h.

int GetIndexBase ( ) const
inline

Definition at line 81 of file types.h.

int GetNumPatches ( ) const
inline

Definition at line 78 of file types.h.

int GetPatchType ( ) const
inline

Definition at line 75 of file types.h.

int GetPrimitiveIdBase ( ) const
inline

Definition at line 84 of file types.h.

Member Data Documentation

Definition at line 87 of file types.h.

int indexBase

Definition at line 89 of file types.h.

int numPatches

Definition at line 88 of file types.h.

int primitiveIdBase

Definition at line 90 of file types.h.


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