SplineShapeVertexDelta Class Reference

SplineShapeVertexDelta Class Reference

#include <splshape.h>

+ Inheritance diagram for SplineShapeVertexDelta:

Public Member Functions

void SetSize (BezierShape &shape, BOOL load=TRUE)
 
void Empty ()
 
void Zero ()
 
void SetPoint (int poly, int i, const Point3 &p)
 
void SetKType (int poly, int i, int k)
 
void SetLType (int poly, int i, int l)
 
void Move (int poly, int i, const Point3 &p)
 
void Apply (BezierShape &shape)
 
void UnApply (BezierShape &shape)
 
void ClearUsed (int poly)
 
void SetUsed (int poly)
 
int IsUsed (int poly)
 
SplineShapeVertexDeltaoperator= (SplineShapeVertexDelta &from)
 
void ApplyHandlesAndZero (BezierShape &shape, int handlePoly, int handleVert)
 
BOOL IsCompatible (BezierShape &shape)
 
IOResult Save (ISave *isave)
 
IOResult Load (ILoad *iload)
 

Public Attributes

SplineShapePointTab dtab
 

Additional Inherited Members

- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
static UtilExport voidoperator 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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 

Member Function Documentation

void SetSize ( BezierShape shape,
BOOL  load = TRUE 
)
void Empty ( )
inline
109 { dtab.Empty(); }
SplineShapePointTab dtab
Definition: splshape.h:106
void Zero ( )
inline
110 { dtab.Zero(); }
SplineShapePointTab dtab
Definition: splshape.h:106
void SetPoint ( int  poly,
int  i,
const Point3 p 
)
inline
111 { dtab.pUsed[poly] = 1; dtab.ptab[poly][i] = p; }
Point3Tab * ptab
Definition: splshape.h:90
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
void SetKType ( int  poly,
int  i,
int  k 
)
inline
112 { dtab.pUsed[poly] = 1; dtab.ktab[poly][i] = k; }
IntTab * ktab
Definition: splshape.h:91
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
void SetLType ( int  poly,
int  i,
int  l 
)
inline
113 { dtab.pUsed[poly] = 1; dtab.ltab[poly][i] = l; }
IntTab * ltab
Definition: splshape.h:92
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
void Move ( int  poly,
int  i,
const Point3 p 
)
inline
114 { dtab.pUsed[poly] = 1; dtab.ptab[poly][i] += p; }
Point3Tab * ptab
Definition: splshape.h:90
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
void Apply ( BezierShape shape)
void UnApply ( BezierShape shape)
void ClearUsed ( int  poly)
inline
117 { dtab.pUsed[poly] = 0; }
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
void SetUsed ( int  poly)
inline
118 { dtab.pUsed[poly] = 1; }
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
int IsUsed ( int  poly)
inline
119 { return dtab.pUsed[poly] ? 1 : 0; }
int * pUsed
Definition: splshape.h:89
SplineShapePointTab dtab
Definition: splshape.h:106
SplineShapeVertexDelta& operator= ( SplineShapeVertexDelta from)
inline
120 { dtab = from.dtab; return *this; }
SplineShapePointTab dtab
Definition: splshape.h:106
void ApplyHandlesAndZero ( BezierShape shape,
int  handlePoly,
int  handleVert 
)
BOOL IsCompatible ( BezierShape shape)
inline
122 { return dtab.IsCompatible(shape); }
SplineShapePointTab dtab
Definition: splshape.h:106
BOOL IsCompatible(BezierShape &shape)
IOResult Save ( ISave isave)
IOResult Load ( ILoad iload)

Member Data Documentation