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

Function otherHyperTreeGrid

Common/DataModel/Testing/Cxx/otherHyperTreeGrid.cxx:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "vtkNew.h"
11
12int otherHyperTreeGrid(int, char*[])
13{
14 vtkNew<vtkHyperTreeGrid> htg;
15 if (htg->SupportsGhostArray(vtkDataObject::POINT) ||
16 !htg->SupportsGhostArray(vtkDataObject::CELL))
17 {
18 vtkLog(ERROR, "Unexpected results on SupportsGhostArray");
19 return EXIT_FAILURE;
20 }
21 return EXIT_SUCCESS;
22}

Callers

nothing calls this directly

Calls 1

SupportsGhostArrayMethod · 0.45

Tested by

no test coverage detected