Home
last modified time | relevance | path

Searched defs:getGridType (Results 1 – 15 of 15) sorted by relevance

/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dpuzzle.h122 const gridType_c * getGridType(void) const { return gt; } in getGridType() function
123 gridType_c * getGridType(void) { return gt; } in getGridType() function
H A Dproblem.cpp965 const gridType_c * problem_c::getGridType(void) const { return puzzle.getGridType(); } in getGridType() function in problem_c
966 gridType_c * problem_c::getGridType(void) { return puzzle.getGridType(); } in getGridType() function in problem_c
H A Dvoxel.h254 const gridType_c * getGridType(void) const { return gt; } in getGridType() function
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dguigridtype.h53 const gridType_c * getGridType(void) const { return gt; } in getGridType() function
H A Dgridtypegui.cpp172 gridType_c * gridTypeSelectorWindow_c::getGridType(void) { in getGridType() function in gridTypeSelectorWindow_c
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGrid.hpp391 std::string getGridType() const in getGridType() function in XdmfGrid::XdmfGridImpl
H A DXdmfGridCollection.cpp48 std::string getGridType() const in getGridType() function in XdmfGridCollection::XdmfGridCollectionImpl
H A DXdmfUnstructuredGrid.cpp133 std::string getGridType() const in getGridType() function in XdmfUnstructuredGrid::XdmfUnstructuredGridImpl
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGrid.hpp391 std::string getGridType() const in getGridType() function in XdmfGrid::XdmfGridImpl
H A DXdmfGridCollection.cpp48 std::string getGridType() const in getGridType() function in XdmfGridCollection::XdmfGridCollectionImpl
H A DXdmfUnstructuredGrid.cpp133 std::string getGridType() const in getGridType() function in XdmfUnstructuredGrid::XdmfUnstructuredGridImpl
/dports/graphics/openvkl/openvkl-1.1.0/testing/volume/
H A DTestingStructuredVolume.h101 inline std::string TestingStructuredVolume::getGridType() const in getGridType() function
H A DTestingStructuredVolumeMulti.h143 inline std::string TestingStructuredVolumeMulti::getGridType() const in getGridType() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-grid.cpp118 CanvasGrid::getGridType() const in getGridType() function in Inkscape::CanvasGrid
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dgrid.cpp1007 template<class T> int Grid<T>::getGridType() in getGridType() function in Manta::Grid