IMNTempData10 Class Reference
 
 
 
IMNTempData10 Class Reference

#include <mnmesh.h>

Inheritance diagram for IMNTempData10:
BaseInterface InterfaceServer MaxHeapOperators

Class Description

Interface for changes made to MNTempData in version 9.5.

For use with IMNMeshUtilities10.

Usage:

                IMNTempData10* tempData10 = static_cast<IMNTempData10*>(tempData.GetInterface( IMNTEMPDATA10_INTERFACE_ID ));
See also:
IMNMeshUtilities10

Public Member Functions

Interface_ID  GetID ()
  Returns the interface ID.
virtual MNChamferData10 ChamferData ()=0
  Returns pointer to MNChamferData10 object.
virtual void  freeChamferData ()=0
  Deallocates data allocated by ChamferData().

Member Function Documentation

Interface_ID GetID ( ) [inline, virtual]

Returns the interface ID.

Reimplemented from BaseInterface.

virtual MNChamferData10& ChamferData ( ) [pure virtual]

Returns pointer to MNChamferData10 object.

IMNTempData10 owns the memory.

Returns:
pointer to allocated MNChamferData10 object
virtual void freeChamferData ( ) [pure virtual]

Deallocates data allocated by ChamferData().

MNTempData::freeChamferData calls this function.