cgv
|
Public Member Functions | |
vecn_sample_access (const std::vector< std::vector< cgv::math::fvec< float, N > > > &_samples) | |
size_t | size (unsigned i) const |
float | operator() (unsigned i, unsigned k, unsigned o) const |
Public Attributes | |
const std::vector< std::vector< cgv::math::fvec< float, N > > > & | samples |
Definition at line 450 of file plot_base.cxx.
|
inline |
Definition at line 453 of file plot_base.cxx.
|
inlinevirtual |
Implements cgv::plot::sample_access.
Definition at line 455 of file plot_base.cxx.
|
inlinevirtual |
Implements cgv::plot::sample_access.
Definition at line 454 of file plot_base.cxx.
const std::vector<std::vector<cgv::math::fvec<float, N> > >& cgv::plot::vecn_sample_access< N >::samples |
Definition at line 452 of file plot_base.cxx.