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

Method GetNumberOfAnnotations

Common/DataModel/vtkAnnotationLayers.cxx:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71unsigned int vtkAnnotationLayers::GetNumberOfAnnotations()
72{
73 return static_cast<unsigned int>(this->Implementation->Annotations.size());
74}
75
76vtkAnnotation* vtkAnnotationLayers::GetAnnotation(unsigned int idx)
77{

Callers 15

GetMTimeMethod · 0.95
PrintSelfMethod · 0.95
noAnnotationsCheckMethod · 0.80
dataMethod · 0.80
rowCountMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
UpdateAnnotationsMethod · 0.80
RequestDataMethod · 0.80
ShallowCopyMethod · 0.80
DeepCopyMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected