VTK
9.1.0
|
This is the complete list of members for vtkDataAssembly, including all inherited members.
AddDataSetIndex(int id, unsigned int dataset_index) | vtkDataAssembly | |
AddDataSetIndexRange(int id, unsigned int index_start, int count) | vtkDataAssembly | |
AddDataSetIndices(int id, const std::vector< unsigned int > &dataset_indices) | vtkDataAssembly | |
AddNode(const char *name, int parent=0) | vtkDataAssembly | |
AddNodes(const std::vector< std::string > &names, int parent=0) | vtkDataAssembly | |
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
AddSubtree(int parent, vtkDataAssembly *other, int otherParent=0) | vtkDataAssembly | |
BreadthFirst enum value | vtkDataAssembly | |
BreakOnError() | vtkObject | static |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
DeepCopy(vtkDataAssembly *other) | vtkDataAssembly | |
Delete() | vtkObjectBase | virtual |
DepthFirst enum value | vtkDataAssembly | |
FastDelete() | vtkObjectBase | virtual |
FindFirstNodeWithName(const char *name, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
FindNodesWithName(const char *name, int sort_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetAttribute(int id, const char *name, const char *&value) const | vtkDataAssembly | |
GetAttribute(int id, const char *name, int &value) const | vtkDataAssembly | |
GetAttribute(int id, const char *name, unsigned int &value) const | vtkDataAssembly | |
GetAttributeOrDefault(int id, const char *name, const char *default_value) const | vtkDataAssembly | |
GetAttributeOrDefault(int id, const char *name, int default_value) const | vtkDataAssembly | |
GetAttributeOrDefault(int id, const char *name, unsigned int default_value) const | vtkDataAssembly | |
GetChild(int parent, int index) const | vtkDataAssembly | |
GetChildIndex(int parent, int child) const | vtkDataAssembly | |
GetChildNodes(int parent, bool traverse_subtree=true, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDataSetIndices(int id, bool traverse_subtree=true, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
GetDataSetIndices(const std::vector< int > &ids, bool traverse_subtree=true, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
GetDebug() | vtkObject | |
GetFirstNodeByPath(const char *path) const | vtkDataAssembly | |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetMTime() | vtkObject | virtual |
GetNodeName(int id) const | vtkDataAssembly | |
GetNodePath(int id) const | vtkDataAssembly | |
GetNumberOfChildren(int parent) const | vtkDataAssembly | |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetParent(int id) const | vtkDataAssembly | |
GetReferenceCount() | vtkObjectBase | inline |
GetRootNode() | vtkDataAssembly | inlinestatic |
GetRootNodeName() const | vtkDataAssembly | inline |
GetUsingMemkind() | vtkObjectBase | static |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasAttribute(int id, const char *name) const | vtkDataAssembly | |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Initialize() | vtkDataAssembly | |
InitializeFromXML(const char *xmlcontents) | vtkDataAssembly | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | inline |
InvokeEvent(const char *event) | vtkObject | inline |
IsA(const char *type) | vtkDataAssembly | virtual |
IsNodeNameReserved(const char *name) | vtkDataAssembly | static |
IsNodeNameValid(const char *name) | vtkDataAssembly | static |
IsTypeOf(const char *type) | vtkDataAssembly | static |
MakeValidNodeName(const char *name) | vtkDataAssembly | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkDataAssembly | static |
NewInstance() const | vtkDataAssembly | |
NewInstanceInternal() const | vtkDataAssembly | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkDataAssembly | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
RemapDataSetIndices(const std::map< unsigned int, unsigned int > &mapping, bool remove_unmapped) | vtkDataAssembly | |
RemoveAllDataSetIndices(int id, bool traverse_subtree=true) | vtkDataAssembly | |
RemoveAllObservers() | vtkObject | |
RemoveDataSetIndex(int id, unsigned int dataset_index) | vtkDataAssembly | |
RemoveNode(int id) | vtkDataAssembly | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
SafeDownCast(vtkObjectBase *o) | vtkDataAssembly | static |
SelectNodes(const std::vector< std::string > &path_queries, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
SerializeToXML(vtkIndent indent) const | vtkDataAssembly | |
SetAttribute(int id, const char *name, const char *value) | vtkDataAssembly | |
SetAttribute(int id, const char *name, int value) | vtkDataAssembly | |
SetAttribute(int id, const char *name, unsigned int value) | vtkDataAssembly | |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetNodeName(int id, const char *name) | vtkDataAssembly | |
SetReferenceCount(int) | vtkObjectBase | |
SetRootNodeName(const char *name) | vtkDataAssembly | inline |
SubjectHelper | vtkObject | protected |
SubsetCopy(vtkDataAssembly *other, const std::vector< int > &selected_branches) | vtkDataAssembly | |
Superclass typedef | vtkDataAssembly | |
TraversalOrder enum name | vtkDataAssembly | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
Visit(vtkDataAssemblyVisitor *visitor, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | inline |
Visit(int id, vtkDataAssemblyVisitor *visitor, int traversal_order=vtkDataAssembly::TraversalOrder::DepthFirst) const | vtkDataAssembly | |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkDataAssembly() | vtkDataAssembly | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
WeakPointers | vtkObjectBase | protected |
~vtkDataAssembly() override | vtkDataAssembly | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |