MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkPolyDataMapper

Method vtkPolyDataMapper

Rendering/Core/vtkPolyDataMapper.cxx:18–32  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

16
17//------------------------------------------------------------------------------
18vtkPolyDataMapper::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//------------------------------------------------------------------------------
35vtkPolyDataMapper::~vtkPolyDataMapper()

Calls

no outgoing calls

Tested by

no test coverage detected