SubdivisionInfo Struct Reference

SubdivisionInfo Struct Reference

#include <subdivision.h>

Class Description

Definition at line 17 of file subdivision.h.

Public Member Functions

 SubdivisionInfo (bool bRemoveLevel, bool bRemoveOctree, bool bCreateUV, bool bSmoothPositions, int iBoundaryRule, bool bPreserveBorders, bool bPreserveHardNormals, bool bCreaseHardEdges, bool bEnableCreasing)
 

Public Attributes

bool m_bRemoveLevel
 
bool m_bRemoveOctree
 
bool m_bSmoothPositions
 
bool m_bCreateUV
 
bool m_bPreserveBorders
 
bool m_bPreserveHardEdges
 
bool m_bCreaseHardEdges
 
bool m_bEnableCreasing
 
int m_iBoundaryRule
 

Constructor & Destructor Documentation

SubdivisionInfo ( bool  bRemoveLevel,
bool  bRemoveOctree,
bool  bCreateUV,
bool  bSmoothPositions,
int  iBoundaryRule,
bool  bPreserveBorders,
bool  bPreserveHardNormals,
bool  bCreaseHardEdges,
bool  bEnableCreasing 
)
inline

Definition at line 19 of file subdivision.h.

22  { m_bRemoveLevel = bRemoveLevel;
23  m_bRemoveOctree = bRemoveOctree;
24  m_bCreateUV = bCreateUV;
25  m_bSmoothPositions = bSmoothPositions;
26  m_iBoundaryRule = iBoundaryRule;
27  m_bPreserveBorders = bPreserveBorders;
28  m_bPreserveHardEdges = bPreserveHardNormals;
29  m_bCreaseHardEdges = bCreaseHardEdges;
30  m_bEnableCreasing = bEnableCreasing;
31  };

Member Data Documentation

bool m_bRemoveLevel

Definition at line 31 of file subdivision.h.

bool m_bRemoveOctree

Definition at line 31 of file subdivision.h.

bool m_bSmoothPositions

Definition at line 31 of file subdivision.h.

bool m_bCreateUV

Definition at line 31 of file subdivision.h.

bool m_bPreserveBorders

Definition at line 31 of file subdivision.h.

bool m_bPreserveHardEdges

Definition at line 31 of file subdivision.h.

bool m_bCreaseHardEdges

Definition at line 31 of file subdivision.h.

bool m_bEnableCreasing

Definition at line 31 of file subdivision.h.

int m_iBoundaryRule

Definition at line 36 of file subdivision.h.


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