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

Method GetAnnotation

Common/DataModel/vtkAnnotationLayers.cxx:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76vtkAnnotation* vtkAnnotationLayers::GetAnnotation(unsigned int idx)
77{
78 if (idx >= this->Implementation->Annotations.size())
79 {
80 return nullptr;
81 }
82 return this->Implementation->Annotations[idx];
83}
84
85void vtkAnnotationLayers::AddAnnotation(vtkAnnotation* annotation)
86{

Callers 4

GetMTimeMethod · 0.95
PrintSelfMethod · 0.95
ShallowCopyMethod · 0.45
DeepCopyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected