rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
_3dVectorWrapper Class Reference

Wrap a vector to allow for (i,j) indexing as if it was a 2D array of coordinates. More...

Public Member Functions

 _3dVectorWrapper (const std::vector< double > &vec, double multiplier=1.0)
 
double operator() (size_t i, size_t j) const
 
size_t size () const
 

Private Attributes

const std::vector< double > & vec
 
double multiplier = 1.0
 

Detailed Description

Wrap a vector to allow for (i,j) indexing as if it was a 2D array of coordinates.

Stride is hard coded at 3. No checks are run.

Definition at line 164 of file polyscopersvs.cpp.


The documentation for this class was generated from the following file: