Path::VoronoiCell Class Reference

#include <VoronoiCell.h>

Public Member Functions

bool isBound (void) const
 
Voronoi::point_type sourcePoint () const
 
Voronoi::segment_type sourceSegment () const
 
 VoronoiCell (Voronoi::diagram_type *dia, const Voronoi::diagram_type::cell_type *cell)
 
 VoronoiCell (Voronoi::diagram_type *dia=nullptr, long index=Voronoi::InvalidIndex)
 
 ~VoronoiCell ()
 
- Public Member Functions inherited from Base::BaseClass
 BaseClass ()
 Construction. More...
 
 BaseClass (const BaseClass &)=default
 
virtual PyObjectgetPyObject ()
 This method returns the Python wrapper for a C++ object. More...
 
virtual Type getTypeId () const
 
bool isDerivedFrom (const Type type) const
 
BaseClassoperator= (const BaseClass &)=default
 
virtual void setPyObject (PyObject *)
 
virtual ~BaseClass ()
 Destruction. More...
 

Public Attributes

Base::Reference< Voronoi::diagram_typedia
 
long index
 
const Voronoi::diagram_type::cell_type * ptr
 

Additional Inherited Members

- Static Public Member Functions inherited from Base::BaseClass
static void * create ()
 
static Type getClassTypeId ()
 
static void init ()
 
- Static Protected Member Functions inherited from Base::BaseClass
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
 

Constructor & Destructor Documentation

◆ VoronoiCell() [1/2]

VoronoiCell::VoronoiCell ( Voronoi::diagram_type dia = nullptr,
long  index = Voronoi::InvalidIndex 
)

◆ VoronoiCell() [2/2]

VoronoiCell::VoronoiCell ( Voronoi::diagram_type dia,
const Voronoi::diagram_type::cell_type *  cell 
)

References dia.

◆ ~VoronoiCell()

VoronoiCell::~VoronoiCell ( )

Member Function Documentation

◆ isBound()

bool VoronoiCell::isBound ( void  ) const

References dia, Path::Voronoi::InvalidIndex, and ptr.

◆ sourcePoint()

Voronoi::point_type VoronoiCell::sourcePoint ( ) const

References dia, index, and ptr.

◆ sourceSegment()

Voronoi::segment_type VoronoiCell::sourceSegment ( ) const

References dia, and ptr.

Member Data Documentation

◆ dia

◆ index

long Path::VoronoiCell::index

◆ ptr

const Voronoi::diagram_type::cell_type* Path::VoronoiCell::ptr
mutable

Referenced by isBound(), sourcePoint(), and sourceSegment().


The documentation for this class was generated from the following files: