Inviwo  0.9.10.1
Inviwo documentation
inviwo::discretedata::BufferGetter< Parent > Struct Template Reference
+ Inheritance diagram for inviwo::discretedata::BufferGetter< Parent >:

Public Types

using value_type = typename Parent::value_type
 

Public Member Functions

 BufferGetter (Parent *parent)
 
virtual BufferGetterclone () const override
 
virtual value_type * get (ind index) override
 
- Public Member Functions inherited from inviwo::discretedata::ChannelGetter< Parent::value_type, Parent::num_comp >
 ChannelGetter (const ChannelGetter &)=delete
 
 ChannelGetter (ChannelGetter &&)=delete
 
ChannelGetteroperator= (const ChannelGetter &)=delete
 
ChannelGetteroperator= (ChannelGetter &&)=delete
 
bool operator== (const ChannelGetter< Parent::value_type, N > &other) const
 Compare by the parent pointer.
 
bool operator!= (const ChannelGetter< Parent::value_type, N > &other) const
 

Static Public Attributes

static constexpr int num_comp = Parent::num_comp
 

Protected Member Functions

virtual Channelparent () const override
 
- Protected Member Functions inherited from inviwo::discretedata::ChannelGetter< Parent::value_type, Parent::num_comp >
virtual bool equal (const ChannelGetter< Parent::value_type, N > &other) const
 

Protected Attributes

Parent * parent_
 

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