|
| | MeshFromCsvUtilities () |
| |
| | ~MeshFromCsvUtilities () |
| |
| void | ConvertMesh2D (const std::vector< Gedim::MeshFromCsvUtilities::Cell0D > &cell0Ds, const std::vector< Gedim::MeshFromCsvUtilities::Cell1D > &cell1Ds, const std::vector< Gedim::MeshFromCsvUtilities::Cell2D > &cell2Ds, Gedim::IMeshDAO &mesh) const |
| | Convert a 2D Mesh.
|
| |
| void | ConvertCell0Ds (const std::vector< Gedim::MeshFromCsvUtilities::Cell0D > cell0Ds, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell0Ds to mesh.
|
| |
| void | ConvertCell1Ds (const std::vector< Gedim::MeshFromCsvUtilities::Cell1D > cell1Ds, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell1Ds to mesh.
|
| |
| void | ConvertCell2Ds (const std::vector< Gedim::MeshFromCsvUtilities::Cell2D > cell2Ds, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell2Ds to mesh.
|
| |
| void | ConvertCell3Ds (const std::vector< Gedim::MeshFromCsvUtilities::Cell3D > cell3Ds, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell3Ds to mesh.
|
| |
| void | ConvertCell0DNeighbours (const std::vector< Gedim::MeshFromCsvUtilities::Cell0DNeighbours > cell0DNeighbours, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell0D neighbours to mesh.
|
| |
| void | ConvertCell1DNeighbours (const std::vector< Gedim::MeshFromCsvUtilities::Cell1DNeighbours > cell1DNeighbours, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell1D neighbours to mesh.
|
| |
| void | ConvertCell2DNeighbours (const std::vector< Gedim::MeshFromCsvUtilities::Cell2DNeighbours > cell2DNeighbours, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell2D neighbours to mesh.
|
| |
| void | ConvertCell2DSubDivisions (const std::vector< Gedim::MeshFromCsvUtilities::Cell2DSubDivision > cell2DSubDivisions, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell2D subdivision to mesh.
|
| |
| void | ConvertCell0DDoubleProperties (const std::vector< Gedim::MeshFromCsvUtilities::CellDoubleProperty > cell0DDoubleProperties, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell0D double properties to mesh.
|
| |
| void | ConvertCell1DDoubleProperties (const std::vector< Gedim::MeshFromCsvUtilities::CellDoubleProperty > cell1DDoubleProperties, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell1D double properties to mesh.
|
| |
| void | ConvertCell2DDoubleProperties (const std::vector< Gedim::MeshFromCsvUtilities::CellDoubleProperty > cell2DDoubleProperties, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell2D double properties to mesh.
|
| |
| void | ConvertCell3DDoubleProperties (const std::vector< Gedim::MeshFromCsvUtilities::CellDoubleProperty > cell3DDoubleProperties, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell3D double properties to mesh.
|
| |
| void | ConvertCell0DUpdatedCells (const std::vector< Gedim::MeshFromCsvUtilities::CellUpdatedCells > cell0DUpdatedCells, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell0D updated cells to mesh.
|
| |
| void | ConvertCell1DUpdatedCells (const std::vector< Gedim::MeshFromCsvUtilities::CellUpdatedCells > cell1DUpdatedCells, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell1D updated cells to mesh.
|
| |
| void | ConvertCell2DUpdatedCells (const std::vector< Gedim::MeshFromCsvUtilities::CellUpdatedCells > cell2DUpdatedCells, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell2D updated cells to mesh.
|
| |
| void | ConvertCell3DUpdatedCells (const std::vector< Gedim::MeshFromCsvUtilities::CellUpdatedCells > cell3DUpdatedCells, Gedim::IMeshDAO &mesh) const |
| | Convert the imported Cell3D updated cells to mesh.
|
| |
| std::vector< Cell0D > | ImportCell0Ds (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell0Ds; format: Id, Marker, Active, X, Y, Z.
|
| |
| std::vector< Cell1D > | ImportCell1Ds (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell1Ds; format: Id, Marker, Active, Origin, End.
|
| |
| std::vector< Cell2D > | ImportCell2Ds (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell2Ds; format: Id, Marker, Active, NumVertices, Vertices, NumEdges, Edges.
|
| |
| std::vector< Cell3D > | ImportCell3Ds (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell3Ds; format: Id, Marker, Active, NumVertices, Vertices, NumEdges, Edges, NumFaces, Faces.
|
| |
| std::vector< Cell0DNeighbours > | ImportCell0DNeighbours (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell0DNeighbours; format: Id, Num1DNeighbours, 1DNeighbours, Num2DNeighbours, 2DNeighbours, Num3DNeighbours, 3DNeighbours.
|
| |
| std::vector< Cell1DNeighbours > | ImportCell1DNeighbours (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell1DNeighbours; format: Id, Num2DNeighbours, 2DNeighbours, Num3DNeighbours, 3DNeighbours.
|
| |
| std::vector< Cell2DNeighbours > | ImportCell2DNeighbours (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell2DNeighbours; format: Id, Num3DNeighbours, 3DNeighbours.
|
| |
| std::vector< Cell2DSubDivision > | ImportCell2DSubDivision (IFileReader &csvFileReader, const char &separator) const |
| | Import Cell2DSubDivision; format: Id, NumSubDivision, SubDivisions.
|
| |
| std::vector< CellDoubleProperty > | ImportCellDoubleProperties (IFileReader &csvFileReader, const char &separator) const |
| | Import CellProperties; format: Id, FilePath.
|
| |
| std::vector< CellUpdatedCells > | ImportCellUpdatedCells (IFileReader &csvFileReader, const char &separator) const |
| | Import CellUpdatedCells; format: Id, NumUpdatedCells, UpdatedCells.
|
| |
| void | ExportCell0Ds (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell0Ds; format: Id, Marker, Active, X, Y, Z.
|
| |
| void | ExportCell1Ds (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell1Ds; format: Id, Marker, Active, Origin, End.
|
| |
| void | ExportCell2Ds (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2Ds; format: Id, Marker, Active, NumVertices, Vertices, NumEdges, Edges.
|
| |
| void | ExportCell3Ds (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell3Ds; format: Id, Marker, Active, NumVertices, Vertices, NumEdges, Edges, NumFaces, Faces.
|
| |
| void | ExportCell0DProperties (const std::string &exportFolder, const std::string &propertyFileName, const std::string &propertyFileExtension, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell0DProperties; format: Id, FilePath.
|
| |
| void | ExportCell0DProperty (const unsigned int &propertyIndex, const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell0DProperty identified by index; format: Id, PropertySize, PropertyValues.
|
| |
| void | ExportCell1DProperties (const std::string &exportFolder, const std::string &propertyFileName, const std::string &propertyFileExtension, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell1DProperties; format: Id, FilePath.
|
| |
| void | ExportCell1DProperty (const unsigned int &propertyIndex, const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell1DProperty identified by index; format: Id, PropertySize, PropertyValues.
|
| |
| void | ExportCell2DProperties (const std::string &exportFolder, const std::string &propertyFileName, const std::string &propertyFileExtension, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2DProperties; format: Id, FilePath.
|
| |
| void | ExportCell2DProperty (const unsigned int &propertyIndex, const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2DProperty identified by index; format: Id, PropertySize, PropertyValues.
|
| |
| void | ExportCell3DProperties (const std::string &exportFolder, const std::string &propertyFileName, const std::string &propertyFileExtension, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell3DProperties; format: Id, FilePath.
|
| |
| void | ExportCell3DProperty (const unsigned int &propertyIndex, const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell3DProperty identified by index; format: Id, PropertySize, PropertyValues.
|
| |
| void | ExportCell0DNeighbours (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell0DNeighbours; format: Id, Num1DNeighbours, 1DNeighbours, Num2DNeighbours, 2DNeighbours, Num3DNeighbours, 3DNeighbours.
|
| |
| void | ExportCell1DNeighbours (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell1DNeighbours; format: Id, Num2DNeighbours, 2DNeighbours, Num3DNeighbours, 3DNeighbours.
|
| |
| void | ExportCell2DNeighbours (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2DNeighbours; format: Id, Num3DNeighbours, 3DNeighbours.
|
| |
| void | ExportCell2DSubDivisions (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2DSubDivisions; format: Id, NumSubDivision, SubDivisions.
|
| |
| void | ExportCell0DUpdatedCells (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell0DUpdatedCells; format: Id, NumUpdatedCells, UpdatedCells.
|
| |
| void | ExportCell1DUpdatedCells (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell1DUpdatedCells; format: Id, NumUpdatedCells, UpdatedCells.
|
| |
| void | ExportCell2DUpdatedCells (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell2DUpdatedCells; format: Id, NumUpdatedCells, UpdatedCells.
|
| |
| void | ExportCell3DUpdatedCells (const std::string &filePath, const char &separator, const Gedim::IMeshDAO &mesh) const |
| | Export Cell3DUpdatedCells; format: Id, NumUpdatedCells, UpdatedCells.
|
| |
MeshImporterFromCsvUtilities.
- Note
- each file could be EmptyFileReader if not necessary
- Copyright
- See top level LICENSE file for details