121 #ifndef __vtkboneConstraint_h 122 #define __vtkboneConstraint_h 145 NUMBER_OF_ConstraintAppliedTo
151 NUMBER_OF_ConstraintType
168 NUMBER_OF_Distribution
172 static const char* GetConstraintAppliedToAsString(
int ConstraintAppliedTo);
175 static const char* GetConstraintTypeAsString(
int ConstraintType);
178 static const char* GetDistributionAsString(
int Distribution);
182 vtkSetStringMacro(Name);
183 vtkGetStringMacro(Name);
197 vtkSetClampMacro(ConstraintAppliedTo,
198 int, 0, NUMBER_OF_ConstraintAppliedTo);
199 vtkGetMacro(ConstraintAppliedTo,
int);
204 vtkSetClampMacro(ConstraintType,
205 int, 0, NUMBER_OF_ConstraintType);
206 vtkGetMacro(ConstraintType,
int);
212 {
return this->GetIndices()->GetNumberOfTuples();}
221 virtual void RemoveLastValue();
232 virtual int CheckAttributes();
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
vtkDataSetAttributes * GetAttributes()
a constraint for a finite element mesh
virtual vtkIdType GetNumberOfValues()
vtkDataSetAttributes * Attributes
virtual vtkMTimeType GetMTime()
void operator=(const vtkObjectBase &)