![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum class | 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 IntegralLine & | back () const |
| IntegralLine & | back () |
| const IntegralLine & | front () const |
| IntegralLine & | front () |
| size_t | size () const |
| IntegralLine & | operator[] (size_t idx) |
| const IntegralLine & | operator[] (size_t idx) const |
| IntegralLine & | at (size_t idx) |
| const IntegralLine & | at (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 |