HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_GeometryDrawableGroup Class Referenceabstract

#include <HOM_GeometryDrawableGroup.h>

+ Inheritance diagram for HOM_GeometryDrawableGroup:

Public Member Functions

 HOM_GeometryDrawableGroup ()
 
 ~HOM_GeometryDrawableGroup () override
 
virtual std::string __repr__ ()=0
 
virtual void addDrawable (const HOM_GeometryDrawable &drawable)=0
 
virtual HOM_GeometryDrawabledrawable (std::string const &drawable_name) const =0
 
virtual std::vector
< HOM_ElemPtr
< HOM_GeometryDrawable > > 
drawables () const =0
 
virtual HOM_Geometrygeometry () const =0
 
virtual void setGeometry (HOM_Geometry const &geometry)=0
 
virtual void useClipPlane (bool value)=0
 
- Public Member Functions inherited from HOM_AdvancedDrawable
 HOM_AdvancedDrawable ()
 
 ~HOM_AdvancedDrawable () override
 
virtual void setParams (Params const &params)=0
 
virtual void draw (DrawH handle, Params const &params=Params())=0
 
- Public Member Functions inherited from HOM_Drawable
 HOM_Drawable ()
 
virtual ~HOM_Drawable ()
 
virtual std::string name () const =0
 
virtual std::string label () const =0
 
virtual void show (bool value)=0
 
virtual bool visible () const =0
 
virtual HOM_Matrix4 transform () const =0
 
virtual void setTransform (HOM_Matrix4 const &xform)=0
 
virtual void setLabel (std::string const &label)=0
 

Additional Inherited Members

- Public Types inherited from HOM_AdvancedDrawable
typedef int64 DrawH
 
typedef std::map< std::string,
hboost::any > 
Params
 

Detailed Description

Definition at line 22 of file HOM_GeometryDrawableGroup.h.

Constructor & Destructor Documentation

HOM_GeometryDrawableGroup::HOM_GeometryDrawableGroup ( )
inline

Definition at line 35 of file HOM_GeometryDrawableGroup.h.

HOM_GeometryDrawableGroup::~HOM_GeometryDrawableGroup ( )
inlineoverride

Definition at line 39 of file HOM_GeometryDrawableGroup.h.

Member Function Documentation

virtual std::string HOM_GeometryDrawableGroup::__repr__ ( )
pure virtual
virtual void HOM_GeometryDrawableGroup::addDrawable ( const HOM_GeometryDrawable drawable)
pure virtual
virtual HOM_GeometryDrawable* HOM_GeometryDrawableGroup::drawable ( std::string const drawable_name) const
pure virtual
virtual std::vector<HOM_ElemPtr<HOM_GeometryDrawable> > HOM_GeometryDrawableGroup::drawables ( ) const
pure virtual
virtual HOM_Geometry* HOM_GeometryDrawableGroup::geometry ( ) const
pure virtual
virtual void HOM_GeometryDrawableGroup::setGeometry ( HOM_Geometry const geometry)
pure virtual
virtual void HOM_GeometryDrawableGroup::useClipPlane ( bool  value)
pure virtual

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