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

Method InSubTree

Common/DataModel/vtkDataObjectTreeIterator.cxx:95–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 bool InSubTree()
96 {
97 if (this->PassSelf || this->IsDoneWithTraversal())
98 {
99 return false;
100 }
101
102 if (!this->ChildIterator)
103 {
104 return false;
105 }
106
107 if (this->ChildIterator->PassSelf)
108 {
109 return false;
110 }
111
112 return true;
113 }
114
115 bool IsDoneWithTraversal()
116 {

Callers 1

NextInternalMethod · 0.80

Calls 1

IsDoneWithTraversalMethod · 0.95

Tested by

no test coverage detected