Open CASCADE Technology 6.5.2
Public Member Functions
IntPatch_Polygo Class Reference

#include <IntPatch_Polygo.hxx>

Inheritance diagram for IntPatch_Polygo:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
virtual void Delete ()
virtual ~IntPatch_Polygo ()
virtual const Bnd_Box2dBounding () const =0
virtual Standard_Real Error () const =0
virtual Standard_Boolean Closed () const =0
virtual Standard_Integer NbPoints () const =0
virtual gp_Pnt2d Point (const Standard_Integer Index) const =0

Constructor & Destructor Documentation

virtual IntPatch_Polygo::~IntPatch_Polygo ( ) [inline, virtual]

Member Function Documentation

virtual const Bnd_Box2d& IntPatch_Polygo::Bounding ( ) const [pure virtual]

Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.

virtual Standard_Boolean IntPatch_Polygo::Closed ( ) const [pure virtual]

Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.

virtual void IntPatch_Polygo::Delete ( ) [virtual]
virtual Standard_Real IntPatch_Polygo::Error ( ) const [pure virtual]

Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.

virtual Standard_Integer IntPatch_Polygo::NbPoints ( ) const [pure virtual]

Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.

void IntPatch_Polygo::operator delete ( void *  anAddress) [inline]

Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.

void* IntPatch_Polygo::operator new ( size_t  size) [inline]

Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.

void* IntPatch_Polygo::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.

virtual gp_Pnt2d IntPatch_Polygo::Point ( const Standard_Integer  Index) const [pure virtual]

Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.


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