Skip to content

Reader for tetrahedral vtk mesh with feature entities

Pierre-Alexandre Beaufort requested to merge vtk-feature-entities into v2.1rc2

A header file has been added within the FileManager/ directory. This header file defines a class VtkColorReader, which perform the reading of a tetrahedral vtk mesh (ascii), wih feature entities (vertex/edges/triangles with a color). The coding style has been copied from FileManager class, with some extra from the plugin-vtkFiles.

Merge request reports