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

Method MarkValid

Filters/Parallel/vtkCleanArrays.cxx:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139 bool IsValid() const { return this->Valid != 0; }
140 void MarkValid() { this->Valid = 1; }
141
142 void Intersection(const vtkArraySet& other)
143 {

Callers 5

RenderMethod · 0.80
CaptureMethod · 0.80
MasterEndRenderMethod · 0.80
IntersectionMethod · 0.80
UnionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected