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

Function FieldInfo

Common/DataModel/vtkDataSetAttributesFieldList.cxx:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 mutable int OutputLocation;
67
68 FieldInfo()
69 : Type(VTK_VOID)
70 , NumberOfComponents(0)
71 , LUT(nullptr)
72 , Information(nullptr)
73 , OutputLocation(-1)
74 {
75 }
76
77 void PrintSelf(ostream& os, vtkIndent indent) const
78 {

Callers 2

operator+Function · 0.85
UnionFieldListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected