Open CASCADE Technology 6.5.2
Public Member Functions
BRepGProp_Domain Class Reference

Arc iterator. Returns only Forward and Reversed edges from
the face in an undigested order.

#include <BRepGProp_Domain.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 BRepGProp_Domain ()
 Empty constructor.

 BRepGProp_Domain (const TopoDS_Face &F)
 Constructor. Initializes the domain with the face.

void Init (const TopoDS_Face &F)
 Initializes the domain with the face.

Standard_Boolean More ()
 Returns True if there is another arc of curve in the list.

void Init ()
 Initializes the exploration with the face already set.

const TopoDS_EdgeValue ()
 Returns the current edge.

void Next ()
 Sets the index of the arc iterator to the next arc of
curve.


Constructor & Destructor Documentation

BRepGProp_Domain::BRepGProp_Domain ( )
BRepGProp_Domain::BRepGProp_Domain ( const TopoDS_Face F)

Member Function Documentation

void BRepGProp_Domain::Init ( const TopoDS_Face F)
void BRepGProp_Domain::Init ( )
Standard_Boolean BRepGProp_Domain::More ( )
void BRepGProp_Domain::Next ( )
void BRepGProp_Domain::operator delete ( void *  anAddress) [inline]
void* BRepGProp_Domain::operator new ( size_t  ,
void *  anAddress 
) [inline]
void* BRepGProp_Domain::operator new ( size_t  size) [inline]
const TopoDS_Edge& BRepGProp_Domain::Value ( )

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines