vtkTensors - represent and manipulate 3x3 tensors
Super Class: vtkAttributeData
Description:
vtkTensors represents 3x3 tensors. The data model for vtkTensors is an array of 3x3 matrices accessible by (point or cell) id.
Methods:
![]() | void vtkTensors (int ) |
![]() | void vtkTensors () |
![]() | static vtkTensors *New (int ) |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfTensors () |
![]() | vtkTensor *GetTensor (int ) |
![]() | void SetNumberOfTensors (int ) |
![]() | void GetTensor (int ,vtkTensor *) |
![]() | void SetTensor (int ,vtkTensor *) |
![]() | void InsertTensor (int ,vtkTensor *) |
![]() | void InsertTensor (int ,float ,float ,float ,float ,float ,float ,float ,float ,float ) |
![]() | int InsertNextTensor (vtkTensor *) |
![]() | int InsertNextTensor (float ,float ,float ,float ,float ,float ,float ,float ,float ) |
![]() | void GetTensors (vtkIdList * ,vtkTensors *) |
![]() | void GetTensors (vtkIdList & ,vtkTensors &) |
![]() | void GetTensor (int ,vtkTensor &) |
Detailed Method Descriptions:
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfTensors () |
![]() | vtkTensor *GetTensor (int ) |
![]() | void SetNumberOfTensors (int ) |
![]() | void GetTensor (int ,vtkTensor *) |
![]() | void SetTensor (int ,vtkTensor *) |
![]() | void InsertTensor (int ,vtkTensor *) |
![]() | void InsertTensor (int ,float ,float ,float ,float ,float ,float ,float ,float ,float ) |
![]() | int InsertNextTensor (vtkTensor *) |
![]() | int InsertNextTensor (float ,float ,float ,float ,float ,float ,float ,float ,float ) |
![]() | void GetTensors (vtkIdList * ,vtkTensors *) |
![]() | void GetTensors (vtkIdList & ,vtkTensors &) |