FaceCreate Class Reference

FaceCreate Class Reference

#include <meshdelta.h>

Class Description

This class represents the notion of a face create within a MeshDelta.

The public data members provide the index of any original face the new face may be based on as well as the new face itself. The virtue of providing the original face information is that we may use it to track per-face data that isn't contained within the face itself. Note that this class relates closely to the new custom per-face data channels. For details on the implementations see Class IFaceDataChannel, Class IFaceDataMgr.

See also
Class MeshDelta , Class Face
+ Inheritance diagram for FaceCreate:

Public Member Functions

 FaceCreate (DWORD f, const Face &fc)
 
 FaceCreate (const Face &fc)
 
 FaceCreate (DWORD f)
 
 FaceCreate ()
 
 FaceCreate (const FaceCreate &fc)
 
FaceCreateoperator= (const FaceCreate &fc)
 

Public Attributes

DWORD original
 The face in the input mesh this new face should copy properties from. More...
 
Face face
 The new face. More...
 

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...
 

Constructor & Destructor Documentation

FaceCreate ( DWORD  f,
const Face fc 
)
inline
Remarks
Constructor. Constructor. Initializes data members to the values passed.
123 : original(f), face(fc) { }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
Face face
The new face.
Definition: meshdelta.h:119
FaceCreate ( const Face fc)
inline
Remarks
Constructor. Constructor. Initializes face to the value passed, and initializes original to UNDEFINED.
127 : original(UNDEFINED), face(fc) { }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
Face face
The new face.
Definition: meshdelta.h:119
#define UNDEFINED
Definition: meshadj.h:29
FaceCreate ( DWORD  f)
inline
Remarks
Constructor. Constructor. Initializes original to the value passed. Does not initialize the face data member.
131 : original(f) { }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
FaceCreate ( )
inline
Remarks
Constructor. Initializes original to UNDEFINED. Does not initialize the face data member.
134 : original(UNDEFINED) { }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
#define UNDEFINED
Definition: meshadj.h:29
FaceCreate ( const FaceCreate fc)
inline
Remarks
Copy Constructor Constructor. Initializes data members to match those in fc.
137 : original(fc.original), face(fc.face) { }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
Face face
The new face.
Definition: meshdelta.h:119

Member Function Documentation

FaceCreate& operator= ( const FaceCreate fc)
inline
Remarks
Assignment operator. Sets all data members to be equal to those in fc.
Default Implementation:
{ original = fc.original; face=fc.face; return *this; }
142 { original = fc.original; face=fc.face; return *this; }
DWORD original
The face in the input mesh this new face should copy properties from.
Definition: meshdelta.h:117
Face face
The new face.
Definition: meshdelta.h:119

Member Data Documentation

DWORD original

The face in the input mesh this new face should copy properties from.

If UNDEFINED, this face is assumed to be totally original and should not copy properties from any faces in the input mesh.

Face face

The new face.