OGS
|
This is the complete list of members for MeshLib::VtkMeshConverter, including all inherited members.
convertArray(vtkDataArray &array, MeshLib::Properties &properties, MeshLib::MeshItemType type) | MeshLib::VtkMeshConverter | privatestatic |
convertScalarArrays(vtkUnstructuredGrid &grid, MeshLib::Mesh &mesh) | MeshLib::VtkMeshConverter | privatestatic |
convertTypedArray(vtkDataArray &array, MeshLib::Properties &properties, MeshLib::MeshItemType type) | MeshLib::VtkMeshConverter | inlineprivatestatic |
convertUnstructuredGrid(vtkUnstructuredGrid *grid, bool const compute_element_neighbors=false, std::string const &mesh_name="vtkUnstructuredGrid") | MeshLib::VtkMeshConverter | static |
createElementVector(std::vector< double > const &pix_val, std::vector< bool > const &pix_vis, std::vector< MeshLib::Node * > const &nodes, std::vector< int > const &node_idx_map, std::size_t const imgHeight, std::size_t const imgWidth, MeshElemType elem_type) | MeshLib::VtkMeshConverter | privatestatic |
createNodeVector(std::vector< double > const &elevation, std::vector< int > &node_idx_map, GeoLib::RasterHeader const &header, bool use_elevation) | MeshLib::VtkMeshConverter | privatestatic |
fillPropertyVector(MeshLib::PropertyVector< T > &prop_vec, std::vector< double > const &pix_val, std::vector< bool > const &pix_vis, const std::size_t &imgHeight, const std::size_t &imgWidth, MeshElemType elem_type) | MeshLib::VtkMeshConverter | inlineprivatestatic |