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
108 { dtab.Empty(); }
SplineShapePointTab dtab
Definition: splshape.h:105
void Zero ( )
inline
109 { dtab.Zero(); }
SplineShapePointTab dtab
Definition: splshape.h:105
void SetPoint ( int  poly,
int  i,
const Point3 p 
)
inline
110 { dtab.pUsed[poly] = 1; dtab.ptab[poly][i] = p; }
Point3Tab * ptab
Definition: splshape.h:89
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
void SetKType ( int  poly,
int  i,
int  k 
)
inline
111 { dtab.pUsed[poly] = 1; dtab.ktab[poly][i] = k; }
IntTab * ktab
Definition: splshape.h:90
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
void SetLType ( int  poly,
int  i,
int  l 
)
inline
112 { dtab.pUsed[poly] = 1; dtab.ltab[poly][i] = l; }
IntTab * ltab
Definition: splshape.h:91
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
void Move ( int  poly,
int  i,
const Point3 p 
)
inline
113 { dtab.pUsed[poly] = 1; dtab.ptab[poly][i] += p; }
Point3Tab * ptab
Definition: splshape.h:89
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
void Apply ( BezierShape shape)
void UnApply ( BezierShape shape)
void ClearUsed ( int  poly)
inline
116 { dtab.pUsed[poly] = 0; }
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
void SetUsed ( int  poly)
inline
117 { dtab.pUsed[poly] = 1; }
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
int IsUsed ( int  poly)
inline
118 { return dtab.pUsed[poly] ? 1 : 0; }
int * pUsed
Definition: splshape.h:88
SplineShapePointTab dtab
Definition: splshape.h:105
SplineShapeVertexDelta& operator= ( SplineShapeVertexDelta from)
inline
119 { dtab = from.dtab; return *this; }
SplineShapePointTab dtab
Definition: splshape.h:105
void ApplyHandlesAndZero ( BezierShape shape,
int  handlePoly,
int  handleVert 
)
BOOL IsCompatible ( BezierShape shape)
inline
121 { return dtab.IsCompatible(shape); }
SplineShapePointTab dtab
Definition: splshape.h:105
BOOL IsCompatible(BezierShape &shape)
IOResult Save ( ISave isave)
IOResult Load ( ILoad iload)

Member Data Documentation