Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

exotkUtils_BRep Class Reference

Utility class for the BRep classes. More...

#include <exotkUtils_BRep.hxx>

List of all members.

Public Methods

void * operator new (size_t, void *anAddress)
 OCC new. More...

void * operator new (size_t size)
 OCC new. More...

void operator delete (void *anAddress)
 OCC delete. More...


Static Public Methods

Standard_EXPORT TCollection_AsciiString NameFromShapeType (const TopoDS_Shape &aShape)
 return the name of the shape type from aShape(ex : Vertex). More...

Standard_EXPORT Standard_Boolean BuildShape (TopoDS_Shape &aShape, const Handle_TopTools_HSequenceOfShape &aSequenceOfShape)
 Build a shape from a sequence of shape. More...


Detailed Description

Utility class for the BRep classes.

Author:
Stephane Routelous

Definition at line 51 of file exotkUtils_BRep.hxx.


Member Function Documentation

exotkUtils_BRep::BuildShape TopoDS_Shape &    aShape,
const Handle_TopTools_HSequenceOfShape &    aSequenceOfShape
[static]
 

Build a shape from a sequence of shape.

Returns:
Standard_Boolean
Return values:
aShape  TopoDS_Shape&
Parameters:
aSequenceOfShape  const Handle_TopTools_HSequenceOfShape&

Definition at line 55 of file exotkUtils_BRep.cxx.

Referenced by exotkDX_Root::LoadShape(), and exotkDX_Root::SaveShapes().

exotkUtils_BRep::NameFromShapeType const TopoDS_Shape &    aShape [static]
 

return the name of the shape type from aShape(ex : Vertex).

Returns:
TCollection_AsciiString
Parameters:
aShape  const TopoDS_Shape&

Definition at line 102 of file exotkUtils_BRep.cxx.

Referenced by exotkBRepTree::BuildRec().

void exotkUtils_BRep::operator delete void *    anAddress [inline]
 

OCC delete.

Returns:
inline void
Parameters:
void  *anAddress

Definition at line 83 of file exotkUtils_BRep.hxx.

void * exotkUtils_BRep::operator new size_t    size [inline]
 

OCC new.

Returns:
inline void*
Parameters:
size_t  size

Definition at line 72 of file exotkUtils_BRep.hxx.

void * exotkUtils_BRep::operator new size_t   ,
void *    anAddress
[inline]
 

OCC new.

Returns:
inline void*
Parameters:
size_t 
void  * anAddress

Definition at line 61 of file exotkUtils_BRep.hxx.


The documentation for this class was generated from the following files:
Generated on Wed Jan 23 12:18:42 2002 for exotk by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001