|
DllExport | NURBSLatheSurface (void) |
|
virtual DllExport | ~NURBSLatheSurface (void) |
|
DllExport NURBSLatheSurface & | operator= (const NURBSLatheSurface &surf) |
|
DllExport void | SetParent (int index) |
|
DllExport void | SetParentId (NURBSId id) |
|
DllExport int | GetParent (void) |
|
DllExport NURBSId | GetParentId (void) |
|
DllExport void | SetAxis (TimeValue t, const Matrix3 &ray) |
|
DllExport Matrix3 & | GetAxis (TimeValue t) |
|
DllExport void | SetRotation (TimeValue t, double degrees) |
|
DllExport double | GetRotation (TimeValue t) |
|
DllExport void | SetCurveStartPoint (TimeValue t, double startpoint) |
|
DllExport double | GetCurveStartPoint (TimeValue t) |
|
void * | GetSurfCache () |
|
const void * | GetSurfCache () const |
|
void | SetSurfCache (void *pCache) |
|
DllExport | NURBSSurface (void) |
|
virtual DllExport | ~NURBSSurface (void) |
|
DllExport NURBSSurface & | operator= (const NURBSSurface &surf) |
|
DllExport BOOL | Renderable () |
|
DllExport void | Renderable (BOOL state) |
|
DllExport BOOL | FlipNormals () |
|
DllExport void | FlipNormals (BOOL state) |
|
DllExport BOOL | GenerateUVs (int channel=0) |
|
DllExport void | SetGenerateUVs (BOOL state, int channel=0) |
|
DllExport int | MatID () |
|
DllExport void | MatID (int id) |
|
DllExport Point2 | GetTextureUVs (TimeValue t, int i, int channel=0) |
|
DllExport void | SetTextureUVs (TimeValue t, int i, Point2 pt, int channel=0) |
|
DllExport void | GetTileOffset (TimeValue t, float &ut, float &vt, float &uo, float &vo, float &a, int channel=0) |
|
DllExport void | SetTileOffset (TimeValue t, float ut, float vt, float uo, float vo, float a, int channel=0) |
|
DllExport NURBSTextureSurface & | GetTextureSurface (int channel) |
|
DllExport void | SetTextureSurface (int channel, NURBSTextureSurface &texSurf) |
|
DllExport int | NumChannels () |
|
DllExport int | GetChannelFromIndex (int index) |
|
DllExport BOOL | IsClosedInU (void) |
|
DllExport BOOL | IsClosedInV (void) |
|
DllExport BOOL | Evaluate (TimeValue t, double u, double v, Point3 &pt, Point3 &dPdU, Point3 &dPdV) const |
|
DllExport BOOL | Evaluate (TimeValue t, double u, double v, Point3 &pt, Point3 &dPdU, Point3 &dPdV, Point3 &d2PdU2, Point3 &d2PdV2, Point3 &d2PdUdV) const |
|
DllExport void | GetParameterRange (TimeValue t, double &uMin, double &uMax, double &vMin, double &vMax) const |
|
DllExport BOOL | GetNURBSData (TimeValue t, int °reeInU, int °reeInV, int &numInU, int &numInV, NURBSCVTab &cvs, int &numKnotsInU, int &numKnotsInV, NURBSKnotTab &uKnots, NURBSKnotTab &vKnots) |
|
DllExport BOOL | GetCLPTextureSurfaceData (TimeValue t, int channel, int °reeInU, int °reeInV, int &numInU, int &numInV, NURBSCVTab &cvs, int &numKnotsInU, int &numKnotsInV, NURBSKnotTab &uKnots, NURBSKnotTab &vKnots) |
|
DllExport int | NumTrimLoops (TimeValue t) |
|
DllExport int | NumCurvesInLoop (TimeValue t, int loop) |
|
DllExport BOOL | Get2dTrimCurveData (TimeValue t, int loop, int curve, int °ree, int &numCVs, NURBSCVTab &cvs, int &numKnots, NURBSKnotTab &knots) |
|
DllExport BOOL | Get3dTrimCurveData (TimeValue t, int loop, int curve, int °ree, int &numCVs, NURBSCVTab &cvs, int &numKnots, NURBSKnotTab &knots) |
|
DllExport TessApprox * | GetProdTess (NURBSTessType type=kNTessSurface) |
|
DllExport TessApprox * | GetViewTess (NURBSTessType type=kNTessSurface) |
|
DllExport void | SetProdTess (TessApprox &tess, NURBSTessType type=kNTessSurface) |
|
DllExport void | SetViewTess (TessApprox &tess, NURBSTessType type=kNTessSurface) |
|
DllExport void | ClearViewTess (NURBSTessType type=kNTessSurface) |
|
DllExport void | ClearProdTess (NURBSTessType type=kNTessSurface) |
|
DllExport | NURBSObject (void) |
|
virtual DllExport | ~NURBSObject (void) |
|
DllExport NURBSObject & | operator= (const NURBSObject &pt) |
|
DllExport void | SetName (const MCHAR *name) |
|
DllExport const MCHAR * | GetName (void) |
|
DllExport NURBSType | GetType () const |
|
DllExport NURBSKind | GetKind () const |
|
DllExport NURBSId | GetId () const |
|
DllExport void | SetId (NURBSId id) |
|
DllExport void | SetNSet (NURBSSet *nset) |
|
DllExport void | SetObject (Object *object) |
|
DllExport Object * | GetMAXObject () |
|
DllExport NURBSSet * | GetNSet () |
|
DllExport int | GetIndex () |
|
DllExport BOOL | IsSelected () |
|
DllExport void | SetSelected (BOOL set) |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
| Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void | operator delete (void *ptr) |
| Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
| Placement new operator.
|
|
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
| Placement delete operator.
|
|
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary.
|
|
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
| Reallocates memory on a specified alignment boundary.
|
|
static UtilExport void | aligned_free (void *ptr) |
| Frees a block of memory that was allocated with aligned_malloc/aligned_realloc.
|
|
DllExport void | Clean (NURBSIdTab ids) |
|
NURBSTextureChannelSet | mTextureChannelSet |
|
BOOL | mFlipNormals |
|
BOOL | mRenderable |
|
int | mMatID |
|
BOOL | mClosedInU |
|
BOOL | mClosedInV |
|
TessApprox * | mpVTess |
|
TessApprox * | mpRTess |
|
TessApprox * | mpRTessDisp |
|
TessApprox * | mpVTessCurve |
|
TessApprox * | mpRTessCurve |
|
void * | mpSurfCache |
|
MCHAR | mName [NURBS_NAME_SIZE] |
|
NURBSType | mType |
|
NURBSKind | mKind |
|
NURBSId | mId |
|
Object * | mpObject |
|
NURBSSet * | mpNSet |
|
BOOL | mSelected |
|