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

Method GetSize

Common/DataModel/vtkPiecewiseFunction.cxx:165–168  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163
164//------------------------------------------------------------------------------
165int vtkPiecewiseFunction::GetSize()
166{
167 return static_cast<int>(this->Internal->Nodes.size());
168}
169
170//------------------------------------------------------------------------------
171const char* vtkPiecewiseFunction::GetType()

Callers 2

DeepCopyMethod · 0.45
ShallowCopyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected