All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
TopologyRefinerFactory< MESH >::Options Struct Reference

Options related to the construction of each TopologyRefiner. More...

#include <topologyRefinerFactory.h>

Public Member Functions

 Options (Sdc::SchemeType sdcType=Sdc::SCHEME_CATMARK, Sdc::Options sdcOptions=Sdc::Options())
 

Public Attributes

Sdc::SchemeType schemeType
 The subdivision scheme type identifier. More...
 
Sdc::Options schemeOptions
 
unsigned int validateFullTopology: 1
 

Detailed Description

template<class MESH>
struct OpenSubdiv::OPENSUBDIV_VERSION::Far::TopologyRefinerFactory< MESH >::Options

Options related to the construction of each TopologyRefiner.

Definition at line 84 of file topologyRefinerFactory.h.

Constructor & Destructor Documentation

Options ( Sdc::SchemeType  sdcType = Sdc::SCHEME_CATMARK,
Sdc::Options  sdcOptions = Sdc::Options() 
)
inline

Definition at line 86 of file topologyRefinerFactory.h.

Member Data Documentation

Sdc::Options schemeOptions

The full set of options for the scheme, e.g. boundary interpolation rules...

Definition at line 92 of file topologyRefinerFactory.h.

Sdc::SchemeType schemeType

The subdivision scheme type identifier.

Definition at line 91 of file topologyRefinerFactory.h.

unsigned int validateFullTopology

Apply more extensive validation of the constructed topology – intended for debugging.

Definition at line 94 of file topologyRefinerFactory.h.


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