|
HDK
|
#include <HOM_ChannelList.h>
Public Member Functions | |
| GeometryCollectionInfo () | |
| GeometryCollectionInfo (HOM_GUDetailHandle *geometry, int node_id, const UT_StringHolder &pattern) | |
| ~GeometryCollectionInfo ()=default | |
| UT_NON_COPYABLE (GeometryCollectionInfo) | |
| GeometryCollectionInfo (GeometryCollectionInfo &&other)=default | |
| GeometryCollectionInfo & | operator= (GeometryCollectionInfo &&other)=default |
Public Attributes | |
| UT_UniquePtr< HOM_GUDetailHandle > | myGeometry |
| int | myNodeId |
| UT_StringHolder | myPattern |
| std::vector< ChannelInfo > | myChannels |
Definition at line 224 of file HOM_ChannelList.h.
|
inline |
Definition at line 226 of file HOM_ChannelList.h.
|
inline |
Definition at line 231 of file HOM_ChannelList.h.
|
default |
|
default |
|
default |
| HOM_ChannelList::GeometryCollectionInfo::UT_NON_COPYABLE | ( | GeometryCollectionInfo | ) |
| std::vector<ChannelInfo> HOM_ChannelList::GeometryCollectionInfo::myChannels |
Definition at line 254 of file HOM_ChannelList.h.
| UT_UniquePtr<HOM_GUDetailHandle> HOM_ChannelList::GeometryCollectionInfo::myGeometry |
Definition at line 249 of file HOM_ChannelList.h.
| int HOM_ChannelList::GeometryCollectionInfo::myNodeId |
Definition at line 250 of file HOM_ChannelList.h.
| UT_StringHolder HOM_ChannelList::GeometryCollectionInfo::myPattern |
Definition at line 252 of file HOM_ChannelList.h.