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

#include <HOM_ChannelGraph.h>

Public Member Functions

 HOM_ChannelGraph ()
 
 HOM_ChannelGraph (const HOM_ChannelGraph &pane)
 
virtual ~HOM_ChannelGraph ()
 
virtual bool operator== (HOM_PtrOrNull< HOM_ChannelGraph > graph)=0
 
virtual bool operator!= (HOM_PtrOrNull< HOM_ChannelGraph > graph)=0
 
virtual int __hash__ ()=0
 
virtual std::string __repr__ ()=0
 
virtual std::map< HOM_ElemPtr
< HOM_Parm >, std::vector
< HOM_ElemPtr
< HOM_BaseKeyframe > > > 
selectedKeyframes ()=0
 
virtual std::vector
< HOM_ElemPtr
< HOM_ChannelGraphSelection > > 
selection ()=0
 
virtual void setSelection (const std::vector< HOM_ChannelGraphSelection * > &s)=0
 

Detailed Description

Definition at line 26 of file HOM_ChannelGraph.h.

Constructor & Destructor Documentation

HOM_ChannelGraph::HOM_ChannelGraph ( )
inline

Definition at line 29 of file HOM_ChannelGraph.h.

HOM_ChannelGraph::HOM_ChannelGraph ( const HOM_ChannelGraph pane)
inline

Definition at line 33 of file HOM_ChannelGraph.h.

virtual HOM_ChannelGraph::~HOM_ChannelGraph ( )
inlinevirtual

Definition at line 40 of file HOM_ChannelGraph.h.

Member Function Documentation

virtual int HOM_ChannelGraph::__hash__ ( )
pure virtual
virtual std::string HOM_ChannelGraph::__repr__ ( )
pure virtual
virtual bool HOM_ChannelGraph::operator!= ( HOM_PtrOrNull< HOM_ChannelGraph graph)
pure virtual
virtual bool HOM_ChannelGraph::operator== ( HOM_PtrOrNull< HOM_ChannelGraph graph)
pure virtual
virtual std::map< HOM_ElemPtr<HOM_Parm>, std::vector< HOM_ElemPtr<HOM_BaseKeyframe> > > HOM_ChannelGraph::selectedKeyframes ( )
pure virtual
virtual std::vector< HOM_ElemPtr<HOM_ChannelGraphSelection> > HOM_ChannelGraph::selection ( )
pure virtual
virtual void HOM_ChannelGraph::setSelection ( const std::vector< HOM_ChannelGraphSelection * > &  s)
pure virtual

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