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

Method GetData

Common/DataModel/vtkPath.cxx:67–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67vtkPath* vtkPath::GetData(vtkInformation* info)
68{
69 return info ? vtkPath::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr;
70}
71
72//------------------------------------------------------------------------------
73vtkPath* vtkPath::GetData(vtkInformationVector* v, int i)

Callers 15

EvaluatePositionMethod · 0.45
EvaluateLocationMethod · 0.45
EvaluatePositionMethod · 0.45
EvaluateLocationMethod · 0.45
EvaluateLocationMethod · 0.45
GetApproximateLineMethod · 0.45
EvaluatePositionMethod · 0.45
EvaluateLocationMethod · 0.45
InflateMethod · 0.45
EvaluatePositionMethod · 0.45
EvaluateLocationMethod · 0.45

Calls 3

GetInformationObjectMethod · 0.80
GetDataFunction · 0.70
GetMethod · 0.45

Tested by 15

RequestDataObjectMethod · 0.36
RequestDataMethod · 0.36
RequestDataObjectMethod · 0.36
RequestDataMethod · 0.36
RequestDataObjectMethod · 0.36
RequestDataMethod · 0.36
RequestDataObjectMethod · 0.36
RequestDataMethod · 0.36
TestPlaneFunction · 0.36
TestColorFunction · 0.36
img_compareFunction · 0.36
TestVectorOperatorsFunction · 0.36