------------------------------------------------------------------------------
| 16 | |
| 17 | //------------------------------------------------------------------------------ |
| 18 | vtkPolyDataMapper::vtkPolyDataMapper() |
| 19 | { |
| 20 | this->Piece = 0; |
| 21 | this->NumberOfPieces = 1; |
| 22 | this->NumberOfSubPieces = 1; |
| 23 | this->GhostLevel = 0; |
| 24 | this->SeamlessU = false; |
| 25 | this->SeamlessV = false; |
| 26 | this->PauseShiftScale = false; |
| 27 | this->ShiftScaleMethod = ShiftScaleMethodType::AUTO_SHIFT_SCALE; |
| 28 | this->SetPointIdArrayName(nullptr); |
| 29 | this->SetCellIdArrayName(nullptr); |
| 30 | this->SetCompositeIdArrayName(nullptr); |
| 31 | this->SetProcessIdArrayName(nullptr); |
| 32 | } |
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | vtkPolyDataMapper::~vtkPolyDataMapper() |
no outgoing calls
no test coverage detected