MCPcopy Create free account
hub / github.com/MITK/MITK / IsEmptyTimeStep

Method IsEmptyTimeStep

Modules/Core/src/DataManagement/mitkSurface.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool mitk::Surface::IsEmptyTimeStep(unsigned int t) const
131{
132 if (!IsInitialized())
133 return false;
134
135 vtkPolyData *polyData = this->GetVtkPolyData(t);
136
137 return polyData == nullptr;
138}
139
140vtkPolyData *mitk::Surface::GetVtkPolyData(unsigned int t) const
141{

Callers 5

ClearPointListMethod · 0.45
ClearATimeStepMethod · 0.45
TestIsNotEmptyMethod · 0.45
TestIsEmptyMethod · 0.45
TestPointSetCloneMethod · 0.45

Calls 1

GetVtkPolyDataMethod · 0.95

Tested by 4

ClearATimeStepMethod · 0.36
TestIsNotEmptyMethod · 0.36
TestIsEmptyMethod · 0.36
TestPointSetCloneMethod · 0.36