![]() |
RenderMan
26.0
|
This is the complete list of members for Group, including all inherited members.
AddChild(Group *child)=0 | Group | pure virtual |
AddCoordinateSystem(Group *coordsys)=0 | Group | pure virtual |
FindDagNode(char const *path) const =0 | Group | pure virtual |
GetAttributes() const =0 | Group | pure virtual |
GetChild(unsigned idx) const =0 | Group | pure virtual |
GetCoordinateSystem(unsigned idx) const =0 | Group | pure virtual |
GetDagType() const =0 | Group | pure virtual |
GetHidden() const =0 | Group | pure virtual |
GetIdentifier() const =0 | Group | pure virtual |
GetInheritTransform() const =0 | Group | pure virtual |
GetMaterial() const =0 | Group | pure virtual |
GetNested() const =0 | Group | pure virtual |
GetNumChildren() const =0 | Group | pure virtual |
GetNumCoordinateSystems() const =0 | Group | pure virtual |
GetNumParents() const =0 | Group | pure virtual |
GetParent(unsigned idx) const =0 | Group | pure virtual |
GetTransformNumSamples() const =0 | Group | pure virtual |
GetTransformSample(unsigned sample, RtMatrix4x4 &xform, float &time) const =0 | Group | pure virtual |
Group()=default | Group | inline |
OverrideMaterial(Material *material, unsigned depth, Group **path)=0 | Group | pure virtual |
RemoveAllChildren()=0 | Group | pure virtual |
RemoveAllCoordinateSystems()=0 | Group | pure virtual |
RemoveChild(Group *child)=0 | Group | pure virtual |
RemoveCoordinateSystem(Group *coordsys)=0 | Group | pure virtual |
SetAttributes(RtParamList const &attributes)=0 | Group | pure virtual |
SetHidden(int state)=0 | Group | pure virtual |
SetIdentifier(RtUString identifier)=0 | Group | pure virtual |
SetIdentity() | Group | inline |
SetInheritTransform(bool value)=0 | Group | pure virtual |
SetMaterial(Material *material)=0 | Group | pure virtual |
SetNested(bool state)=0 | Group | pure virtual |
SetTransform(unsigned numsamples, RtMatrix4x4 const *xforms, float const *times)=0 | Group | pure virtual |
SetTransform(RtMatrix4x4 const &xform) | Group | inline |
SetTransformNumSamples(unsigned numsamples)=0 | Group | pure virtual |
SetTransformSample(unsigned sample, RtMatrix4x4 const &xform, float time)=0 | Group | pure virtual |
~Group()=default | Group | virtual |