26 #include "utility/kernel/CommandEntity.h" 39 virtual void Print(std::ostream &os)
const;
41 inline void setExists(
bool e)
43 bool exists(
void)
const 46 boost::python::dict
getPyDict(
void)
const;
47 void setPyDict(
const boost::python::dict &);
ProtoGeom(void)
False when solution is not possible: intersection of parallel planes.
Definition: ProtoGeom.cc:33
boost::python::dict getPyDict(void) const
Return a Python dictionary with the object members values.
Definition: ProtoGeom.cc:40
Base class for geometry objects.
Definition: ProtoGeom.h:33
Objet that can execute python scripts.
Definition: CommandEntity.h:40
void setPyDict(const boost::python::dict &)
Set the values of the object members from a Python dictionary.
Definition: ProtoGeom.cc:48