Inviwo  0.9.10.1
Inviwo documentation
inviwo::IntegralLineSet Class Reference

VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS. More...

#include <integrallineset.h>

Public Types

enum  SetIndex { Yes, No }
 
using value_type = IntegralLine
 

Public Member Functions

 IntegralLineSet (mat4 modelMatrix, mat4 worldMatrix=mat4(1))
 
mat4 getModelMatrix () const
 
mat4 getWorldMatrix () const
 
std::vector< IntegralLine >::const_iterator begin () const
 
std::vector< IntegralLine >::const_iterator end () const
 
std::vector< IntegralLine >::iterator begin ()
 
std::vector< IntegralLine >::iterator end ()
 
const IntegralLineback () const
 
IntegralLineback ()
 
const IntegralLinefront () const
 
IntegralLinefront ()
 
size_t size () const
 
IntegralLineoperator[] (size_t idx)
 
const IntegralLineoperator[] (size_t idx) const
 
IntegralLineat (size_t idx)
 
const IntegralLineat (size_t idx) const
 
void push_back (const IntegralLine &line, SetIndex updateIndex)
 
void push_back (const IntegralLine &line, size_t idx)
 
void push_back (IntegralLine &&line, SetIndex updateIndex)
 
void push_back (IntegralLine &&line, size_t idx)
 
std::vector< IntegralLine > & getVector ()
 
const std::vector< IntegralLine > & getVector () const
 

Detailed Description

VERY_BRIEFLY_DESCRIBE_THE_CLASS DESCRIBE_THE_CLASS.


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