cgv
cgv::plot::attribute_source Struct Reference

store source of a single plot attribute (one coordinate axis or one float attribute) More...

#include <plot_base.h>

Public Member Functions

 attribute_source ()
 construct an empty attribute sources
 
 attribute_source (int sub_plot_index, size_t ai, size_t _count, size_t _stride)
 construct an attribute source referencing component ai of given sub plot
 
 attribute_source (const float *_pointer, size_t _count, size_t _stride)
 constructor for source from external data
 
 attribute_source (const cgv::render::vertex_buffer *_vbo_ptr, size_t _offset, size_t _count, size_t _stride)
 constructor for source from vbo
 
 attribute_source (const attribute_source &as)
 copy constructor has no magic inside
 

Detailed Description

store source of a single plot attribute (one coordinate axis or one float attribute)


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