HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_OSDPatchTableOptions Class Reference

Options for setting up limit surface evaluation. More...

#include <GT_OSD3.h>

Public Types

using FactoryOptions = OpenSubdiv::Far::PatchTableFactory::Options
 

Public Member Functions

 GT_OSDPatchTableOptions ()
 
bool isEqual (const GT_OSDPatchTableOptions &o) const
 
bool operator== (const GT_OSDPatchTableOptions &o) const
 
bool operator!= (const GT_OSDPatchTableOptions &o) const
 
void dump () const
 
void dump (UT_JSONWriter &w) const
 
FactoryOptionsoperator* ()
 
const FactoryOptionsoperator* () const
 
FactoryOptions::EndCapType endCapType () const
 
bool generateAllLevels () const
 
bool triangulateQuads () const
 
bool useSingleCreasePatch () const
 
int maxIsolationLevel () const
 
bool shareEndCapPatchPoints () const
 
bool generateFVarTables () const
 
int numFVarChannels () const
 
const intfvarChannelIndices () const
 
void setEndCapType (FactoryOptions::EndCapType t)
 
void setGenerateAllLevels (bool v)
 
void setTriangulateQuads (bool v)
 
void setUseSingleCreasePatch (bool v)
 
void setMaxIsolationLevel (int v)
 
void setShareEndCapPatchPoints (bool v)
 
void setGenerateFVarTables (bool v)
 
void setNumFVarChannels (int n)
 
void setFVarChannelIndices (const int *indices)
 
void setLegacyLinearPatches (bool b)
 

Detailed Description

Options for setting up limit surface evaluation.

Definition at line 123 of file GT_OSD3.h.

Member Typedef Documentation

using GT_OSDPatchTableOptions::FactoryOptions = OpenSubdiv::Far::PatchTableFactory::Options

Definition at line 126 of file GT_OSD3.h.

Constructor & Destructor Documentation

GT_OSDPatchTableOptions::GT_OSDPatchTableOptions ( )
inline

Definition at line 128 of file GT_OSD3.h.

Member Function Documentation

void GT_OSDPatchTableOptions::dump ( ) const
void GT_OSDPatchTableOptions::dump ( UT_JSONWriter w) const
FactoryOptions::EndCapType GT_OSDPatchTableOptions::endCapType ( ) const
inline

Definition at line 144 of file GT_OSD3.h.

const int* GT_OSDPatchTableOptions::fvarChannelIndices ( ) const
inline

Definition at line 160 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::generateAllLevels ( ) const
inline

Definition at line 146 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::generateFVarTables ( ) const
inline

Definition at line 156 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::isEqual ( const GT_OSDPatchTableOptions o) const
int GT_OSDPatchTableOptions::maxIsolationLevel ( ) const
inline

Definition at line 152 of file GT_OSD3.h.

int GT_OSDPatchTableOptions::numFVarChannels ( ) const
inline

Definition at line 158 of file GT_OSD3.h.

Definition at line 136 of file GT_OSD3.h.

FactoryOptions& GT_OSDPatchTableOptions::operator* ( )
inline

Definition at line 141 of file GT_OSD3.h.

const FactoryOptions& GT_OSDPatchTableOptions::operator* ( ) const
inline

Definition at line 142 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::operator== ( const GT_OSDPatchTableOptions o) const
inline

Definition at line 134 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setEndCapType ( FactoryOptions::EndCapType  t)
inline

Definition at line 163 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setFVarChannelIndices ( const int indices)
inline

Definition at line 179 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setGenerateAllLevels ( bool  v)
inline

Definition at line 165 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setGenerateFVarTables ( bool  v)
inline

Definition at line 175 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setLegacyLinearPatches ( bool  b)
inline

Definition at line 181 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setMaxIsolationLevel ( int  v)
inline

Definition at line 171 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setNumFVarChannels ( int  n)
inline

Definition at line 177 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setShareEndCapPatchPoints ( bool  v)
inline

Definition at line 173 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setTriangulateQuads ( bool  v)
inline

Definition at line 167 of file GT_OSD3.h.

void GT_OSDPatchTableOptions::setUseSingleCreasePatch ( bool  v)
inline

Definition at line 169 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::shareEndCapPatchPoints ( ) const
inline

Definition at line 154 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::triangulateQuads ( ) const
inline

Definition at line 148 of file GT_OSD3.h.

bool GT_OSDPatchTableOptions::useSingleCreasePatch ( ) const
inline

Definition at line 150 of file GT_OSD3.h.


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