Represents a channel in a material. Call BaseMaterial::GetChannel() to retrieve an instance.
- Note
- Has to be created with Alloc() and destroyed with Free(). Use AutoAlloc to automate the allocation and destruction based on scope.
|
| Int32 | GetType () const |
| |
| Int32 | GetRealType () const |
| |
| Int32 | GetDiskType () const |
| |
| Bool | IsInstanceOf (Int32 id) const |
| |
| Int32 | GetClassification () const |
| |
| Bool | Message (Int32 type, void *data=nullptr) |
| |
| Bool | MultiMessage (MULTIMSG_ROUTE flags, Int32 type, void *data) |
| |
| C4DAtom * | GetClone (COPYFLAGS flags, AliasTrans *trn) const |
| |
| Bool | CopyTo (C4DAtom *dst, COPYFLAGS flags, AliasTrans *trn) const |
| |
| Bool | Read (HyperFile *hf, Int32 id, Int32 level) |
| |
| Bool | Write (HyperFile *hf) const |
| |
| Bool | ReadObject (HyperFile *hf, Bool readheader) |
| |
| Bool | WriteObject (HyperFile *hf) const |
| |
| Bool | GetDescription (Description *description, DESCFLAGS_DESC flags) const |
| |
| Bool | GetParameter (const DescID &id, GeData &t_data, DESCFLAGS_GET flags) const |
| |
| Bool | SetParameter (const DescID &id, const GeData &t_data, DESCFLAGS_SET flags) |
| |
| DynamicDescription * | GetDynamicDescriptionWritable () |
| |
| const DynamicDescription * | GetDynamicDescription () const |
| |
| Bool | CopyDynamicDescriptionFrom (const BaseList2D *src) |
| |
| Bool | GetEnabling (const DescID &id, const GeData &t_data, DESCFLAGS_ENABLE flags, const BaseContainer *itemdesc) const |
| |
| Bool | TranslateDescID (const DescID &id, DescID &res_id, C4DAtom *&res_at) |
| |
| UInt32 | GetDirty (DIRTYFLAGS flags) const |
| |
| void | SetDirty (DIRTYFLAGS flags) |
| |
| UInt32 | GetHDirty (HDIRTYFLAGS mask) const |
| |
| void | SetHDirty (HDIRTYFLAGS mask) |
| |