Introduced in 2019.0
More...
#include <MTopologyClusterNode.h>
Introduced in 2019.0
- 2019.0:
- Introduced in this version.
Topology cluster representing a fine grain evaluation graph.
- Examples:
- testMTopologyEvaluator/testMTopologyEvaluator.cpp, and testMTopologyEvaluator/testMTopologyEvaluator.h.
Get the evaluator responsible for this cluster node.
- Parameters
-
[out] | ReturnStatus | Status flag |
- Returns
- The evaluator for this object.
- Status Codes:
- MS::kSuccess operation successful
- MS::kFailure operation failed (evaluator does not exist)
Get the graph that this node is a part of.
- Parameters
-
[out] | ReturnStatus | Status flag |
- Returns
- The cluster node's graph.
- Status Codes:
- MS::kSuccess operation successful
- MS::kFailure operation failed (evaluator or graph do not exist)
Provide the MObject for this cluster.
- Note
- Provides the MObject of this cluster, which can be used by MObjectHandle to uniquely identify the cluster object.
- Parameters
-
[out] | ReturnStatus | Status flag |
- Returns
- An MObject for this cluster
- Status Codes:
- MS::kSuccess operation successful
- MS::kFailure operation failed (evaluator or graph do not exist)
const char * className |
( |
| ) |
|
|
static |
Returns the name of this class.
- Returns
- The name of this class.
The documentation for this class was generated from the following files:
- MTopologyClusterNode.h
- MTopologyClusterNode.cpp