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

Method GetGL2PSSort

IO/ExportGL2PS/vtkGL2PSExporter.cxx:90–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int vtkGL2PSExporter::GetGL2PSSort()
91{
92 switch (this->Sort)
93 {
94 default:
95 vtkDebugMacro(<< "Invalid sort settings, using NO_SORT.");
96 [[fallthrough]];
97 case NO_SORT:
98 return GL2PS_NO_SORT;
99 case SIMPLE_SORT:
100 return GL2PS_SIMPLE_SORT;
101 case BSP_SORT:
102 return GL2PS_BSP_SORT;
103 }
104}
105
106int vtkGL2PSExporter::GetGL2PSFormat()
107{

Callers 1

WriteDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected