|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual vtkMTimeType | GetMTime () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
|
| static vtkboneConstraintUtilities * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkboneConstraintUtilities * | SafeDownCast (vtkObject *o) |
| |
|
| static vtkboneConstraint * | CreateBoundaryCondition (vtkIdTypeArray *nodeIds, vtkDataArray *senses, vtkDataArray *displacements, const char *name) |
| |
| static vtkboneConstraint * | CreateBoundaryCondition (vtkIdTypeArray *nodeIds, int sense, double displacement, const char *name) |
| |
| static vtkboneConstraint * | CreateBoundaryCondition (vtkIdType nodeId, int sense, double displacement, const char *name) |
| |
|
| static vtkboneConstraint * | CreateFixedNodes (vtkIdTypeArray *ids, const char *name) |
| |
| static vtkboneConstraint * | CreateFixedNodes (vtkIdType id, const char *name) |
| |
|
| static vtkboneConstraint * | CreateAppliedLoad (vtkIdTypeArray *elementIds, vtkDataArray *distributions, vtkDataArray *senses, vtkDataArray *forces, const char *name) |
| |
| static vtkboneConstraint * | CreateAppliedLoad (vtkIdTypeArray *elementIds, int distribution, vtkDataArray *senses, vtkDataArray *forces, const char *name) |
| |
| static vtkboneConstraint * | CreateAppliedLoad (vtkIdTypeArray *elementIds, int distribution, int sense, double force, const char *name) |
| |
| static vtkboneConstraint * | CreateAppliedLoad (vtkIdType elementId, int distribution, int sense, double force, const char *name) |
| |
|
| static vtkboneConstraint * | GatherDisplacementConstraints (vtkboneConstraint *arg_constraint) |
| |
| static vtkboneConstraint * | GatherDisplacementConstraints (vtkboneConstraintCollection *arg_constraints) |
| |
| static vtkboneConstraint * | GatherDisplacementConstraints (vtkboneFiniteElementModel *model) |
| |
|
| static vtkboneConstraint * | GatherZeroValuedDisplacementConstraints (vtkboneConstraint *arg_constraint, double tol) |
| |
| static vtkboneConstraint * | GatherZeroValuedDisplacementConstraints (vtkboneConstraintCollection *arg_constraints, double tol) |
| |
| static vtkboneConstraint * | GatherZeroValuedDisplacementConstraints (vtkboneFiniteElementModel *model, double tol) |
| |
|
| static vtkboneConstraint * | GatherNonzeroDisplacementConstraints (vtkboneConstraint *arg_constraint, double tol) |
| |
| static vtkboneConstraint * | GatherNonzeroDisplacementConstraints (vtkboneConstraintCollection *arg_constraints, double tol) |
| |
| static vtkboneConstraint * | GatherNonzeroDisplacementConstraints (vtkboneFiniteElementModel *model, double tol) |
| |
|
| static vtkboneConstraint * | DistributeConstraintToNodes (vtkUnstructuredGrid *geometry, vtkboneConstraint *arg_constraint) |
| |
|
| static vtkboneConstraint * | DistributeForceConstraintsToNodes (vtkUnstructuredGrid *geometry, vtkboneConstraintCollection *arg_constraints) |
| |
| static vtkboneConstraint * | DistributeForceConstraintsToNodes (vtkboneFiniteElementModel *model) |
| |
| static vtkObject * | New () |
| |
| static void | BreakOnError () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static vtkTypeBool | IsTypeOf (const char *name) |
| |
| static vtkObjectBase * | New () |
| |
| static vtkObjectBase * | New () |
| |