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

Method vtkGenericDataSet

Common/DataModel/vtkGenericDataSet.cxx:20–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18
19//------------------------------------------------------------------------------
20vtkGenericDataSet::vtkGenericDataSet()
21{
22 this->Tessellator = nullptr;
23 this->Attributes = vtkGenericAttributeCollection::New();
24 vtkMath::UninitializeBounds(this->Bounds);
25}
26
27//------------------------------------------------------------------------------
28vtkGenericDataSet::~vtkGenericDataSet()

Callers

nothing calls this directly

Calls 2

UninitializeBoundsFunction · 0.85
NewFunction · 0.50

Tested by

no test coverage detected