Spiros Tsalikis
Spiros Tsalikis
This is pull-request to incorporate cmake in the build, and installation process of the library. The version of the library is extracted from the git tag.
This Pull request adds support for changing the chart type from vtkChartXY to vtkChartParallelCoordinates. @lassoan @jcfr
Add struct variables and derived variables examples
Add example with random access Work on after the organization PR with example is merged.
This PR includes all the necessary changes to integrate scnlib in VTK/ParaView as a third-party library and be used extensively for its reading/scanning capabilities. The summary of the changes is:...
I have attached the following code and file. scnlib fails to read the same points always correctly. ```C++ #include #include #include int main(int argc, char* argv[]) { std::string inFilename, outFilename;...