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

Method AddAnnotation

Common/DataModel/vtkAnnotationLayers.cxx:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void vtkAnnotationLayers::AddAnnotation(vtkAnnotation* annotation)
86{
87 this->Implementation->Annotations.emplace_back(annotation);
88 this->Modified();
89}
90
91void vtkAnnotationLayers::RemoveAnnotation(vtkAnnotation* annotation)
92{

Callers 6

ShallowCopyMethod · 0.95
DeepCopyMethod · 0.95
RequestDataMethod · 0.80
UpdateAnnotationsMethod · 0.80
RequestDataMethod · 0.80

Calls 2

emplace_backMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected