Path::VoronoiVertex Class Reference

#include <VoronoiVertex.h>

Public Member Functions

bool isBound (void) const
 
 VoronoiVertex (Voronoi::diagram_type *dia, const Voronoi::diagram_type::vertex_type *v)
 
 VoronoiVertex (Voronoi::diagram_type *dia=nullptr, long index=Voronoi::InvalidIndex)
 
 ~VoronoiVertex ()
 
- 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::vertex_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

◆ VoronoiVertex() [1/2]

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

◆ VoronoiVertex() [2/2]

VoronoiVertex::VoronoiVertex ( Voronoi::diagram_type dia,
const Voronoi::diagram_type::vertex_type *  v 
)

References dia.

◆ ~VoronoiVertex()

VoronoiVertex::~VoronoiVertex ( )

Member Function Documentation

◆ isBound()

bool VoronoiVertex::isBound ( void  ) const

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

Member Data Documentation

◆ dia

Base::Reference<Voronoi::diagram_type> Path::VoronoiVertex::dia

Referenced by isBound(), and VoronoiVertex().

◆ index

long Path::VoronoiVertex::index

◆ ptr

const Voronoi::diagram_type::vertex_type* Path::VoronoiVertex::ptr
mutable

Referenced by isBound().


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