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

Method SetElementType

Rendering/OpenGL2/vtkDrawTexturedElements.cxx:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bool vtkDrawTexturedElements::SetElementType(int elementType)
166{
167 if (elementType == this->ElementType || elementType < ElementShape::Point ||
168 elementType > ElementShape::AbstractPatches)
169 {
170 return false;
171 }
172 this->ElementType = elementType;
173 return true;
174}
175
176bool vtkDrawTexturedElements::SetPatchType(int patchType)
177{

Callers 2

PrepareHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected