CRAN

meshsimp 0.1.1

Simplification of Surface Triangular Meshes with Associated Distributed Data

Released Jun 13, 2017 by Stefano Ubbiali

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and all tests failed.

Dependencies

RcppEigen 0.3.3.4.0 plot3D 1.1.1 Rcpp

Iterative simplification strategy for surface triangular meshes (2.5D meshes) with associated data. Each iteration corresponds to an edge collapse where the selection of the edge to contract is driven by a cost functional that depends both on the geometry of the mesh than on the distribution of the data locations over the mesh. The library can handle both zero and higher genus surfaces. The package has been designed to be fully compatible with the R package 'fdaPDE', which implements regression models with partial differential regularizations, making use of the Finite Element Method. In the future, the functionalities provided by the current package may be directly integrated into 'fdaPDE'.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>meshsimp</artifactId>
    <version>0.1.1-b17</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:meshsimp')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.

Source

R
C
C++
Fortran

View GitHub Mirror

Release History