openmbvcppinterface  3.1.0
OpenMBV C++ Interface
OpenMBV::RigidSpineExtrusion Class Reference

Class for all rigid bodies extruded along a curve. More...

#include <rigidspineextrusion.h>

Inheritance diagram for OpenMBV::RigidSpineExtrusion:
[legend]

Classes

struct  Spine
 

Public Member Functions

void setContour (const std::shared_ptr< std::vector< std::shared_ptr< PolygonPoint > > > &contour_)
 
std::shared_ptr< std::vector< std::shared_ptr< PolygonPoint > > > getContour ()
 
void setCounterClockWise (bool f)
 
bool getCounterClockWise ()
 
void setSpine (const std::vector< Spine > &spine_)
 
std::vector< SpinegetSpine ()
 
void initializeUsingXML (xercesc::DOMElement *element) override
 
xercesc::DOMElement * writeXMLFile (xercesc::DOMNode *parent) override
 
- Public Member Functions inherited from OpenMBV::RigidBody
void setLocalFrame (bool f)
 
bool getLocalFrame ()
 
void setReferenceFrame (bool f)
 
bool getReferenceFrame ()
 
void setPath (bool p)
 
bool getPath ()
 
void setDragger (bool p)
 
bool getDragger ()
 
void setInitialTranslation (const std::vector< double > &initTrans)
 
std::vector< double > getInitialTranslation ()
 
void setInitialTranslation (double x, double y, double z)
 
void setInitialRotation (const std::vector< double > &initRot)
 
std::vector< double > getInitialRotation ()
 
void setInitialRotation (double a, double b, double g)
 
void setScaleFactor (double scale)
 
double getScaleFactor ()
 
template<typename T >
void append (const T &row)
 
int getRows () override
 
std::vector< Float > getRow (int i) override
 
void initializeUsingXML (xercesc::DOMElement *element) override
 
xercesc::DOMElement * writeXMLFile (xercesc::DOMNode *parent) override
 
std::string getFullName () override
 
std::shared_ptr< GroupgetTopLevelGroup ()
 
std::weak_ptr< CompoundRigidBodygetCompound ()
 
- Public Member Functions inherited from OpenMBV::DynamicColoredBody
void setMinimalColorValue (double min)
 
double getMinimalColorValue ()
 
void setMaximalColorValue (double max)
 
double getMaximalColorValue ()
 
void setDynamicColor (const double col)
 
double getDynamicColor ()
 
void setDiffuseColor (const std::vector< double > &hsv)
 
void setDiffuseColor (double h, double s, double v)
 
std::vector< double > getDiffuseColor ()
 
void setTransparency (double t)
 
double getTransparency ()
 
void initializeUsingXML (xercesc::DOMElement *element) override
 
xercesc::DOMElement * writeXMLFile (xercesc::DOMNode *parent) override
 
- Public Member Functions inherited from OpenMBV::Body
void setOutLine (bool ol)
 
bool getOutLine ()
 
void setShilouetteEdge (bool ol)
 
bool getShilouetteEdge ()
 
void setDrawMethod (DrawStyle ds)
 
DrawStyle getDrawMethod ()
 
void setPointSize (double ps)
 
double getPointSize ()
 
void setLineWidth (double lw)
 
double getLineWidth ()
 
void initializeUsingXML (xercesc::DOMElement *element) override
 
xercesc::DOMElement * writeXMLFile (xercesc::DOMNode *parent) override
 
virtual int getRows ()=0
 
virtual std::vector< Float > getRow (int i)=0
 
- Public Member Functions inherited from OpenMBV::Object
void setEnable (bool enable)
 
bool getEnable ()
 
void setBoundingBox (bool bbox)
 
bool getBoundingBox ()
 
void setName (const std::string &name_)
 
std::string getName ()
 
virtual std::string getFullName ()
 
void setEnvironment (bool env)
 
bool getEnvironment ()
 
virtual void initializeUsingXML (xercesc::DOMElement *element)
 
virtual xercesc::DOMElement * writeXMLFile (xercesc::DOMNode *parent)
 
std::shared_ptr< GroupgetTopLevelGroup ()
 
std::weak_ptr< GroupgetParent ()
 
H5::GroupBasegetHDF5Group ()
 
std::string getID () const
 
void setID (std::string ID_)
 

Protected Attributes

std::vector< Spinespine
 
std::shared_ptr< std::vector< std::shared_ptr< PolygonPoint > > > contour
 
bool ccw { true }
 
- Protected Attributes inherited from OpenMBV::RigidBody
std::string localFrameStr
 
std::string referenceFrameStr
 
std::string pathStr
 
std::string draggerStr
 
std::vector< double > initialTranslation {3}
 
std::vector< double > initialRotation {3}
 
double scaleFactor {1}
 
H5::VectorSerie< Float > * data {nullptr}
 
std::weak_ptr< CompoundRigidBodycompound
 
- Protected Attributes inherited from OpenMBV::DynamicColoredBody
double minimalColorValue {0}
 
double maximalColorValue {1}
 
double dynamicColor
 
std::vector< double > diffuseColor
 
double transparency {0}
 
- Protected Attributes inherited from OpenMBV::Body
std::string outLineStr
 
std::string shilouetteEdgeStr
 
DrawStyle drawMethod {filled}
 
double pointSize {0}
 
double lineWidth {0}
 
- Protected Attributes inherited from OpenMBV::Object
std::string name
 
std::string enableStr
 
std::string boundingBoxStr
 
std::string ID
 
std::string environmentStr
 
std::weak_ptr< Groupparent
 
H5::GroupBasehdf5Group {nullptr}
 
std::string fullName
 

Friends

class ObjectFactory
 

Additional Inherited Members

- Public Types inherited from OpenMBV::Body
enum  DrawStyle { filled , lines , points }
 
- Protected Member Functions inherited from OpenMBV::RigidBody
void createHDF5File () override
 
void openHDF5File () override
 
void createHDF5File () override
 
void openHDF5File () override
 
virtual void createHDF5File ()=0
 
virtual void openHDF5File ()=0
 

Detailed Description

Class for all rigid bodies extruded along a curve.

The cross section is freely rotated with respect to the world system. The cross section is defined in the x-z-plane

Member Function Documentation

◆ initializeUsingXML()

void OpenMBV::RigidSpineExtrusion::initializeUsingXML ( xercesc::DOMElement *  element)
overridevirtual

Initializes the time invariant part of the object using a XML node

Reimplemented from OpenMBV::RigidBody.

◆ setContour()

void OpenMBV::RigidSpineExtrusion::setContour ( const std::shared_ptr< std::vector< std::shared_ptr< PolygonPoint > > > &  contour_)
inline

Set the 2D contour (cross-section) of the extrusion. The contour (polygon) points must be in clockwise order.

◆ writeXMLFile()

DOMElement * OpenMBV::RigidSpineExtrusion::writeXMLFile ( xercesc::DOMNode *  parent)
overridevirtual

Write XML file for not time-dependent data.

Reimplemented from OpenMBV::RigidBody.

Member Data Documentation

◆ contour

std::shared_ptr<std::vector<std::shared_ptr<PolygonPoint> > > OpenMBV::RigidSpineExtrusion::contour
protected

Vector of local x-y points.


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