Inviwo  0.9.10.1
Inviwo documentation
inviwo::DataFrame Member List

This is the complete list of members for inviwo::DataFrame, including all inherited members.

addCategoricalColumn(const std::string &header, size_t size=0)inviwo::DataFrame
addColumn(const std::string &header, size_t size=0)inviwo::DataFrame
addColumnFromBuffer(const std::string &identifier, std::shared_ptr< const BufferBase > buffer)inviwo::DataFrame
addRow(const std::vector< std::string > &data)inviwo::DataFrame
begin() (defined in inviwo::DataFrame)inviwo::DataFrame
begin() const (defined in inviwo::DataFrame)inviwo::DataFrame
DataFrame(const DataFrame &df) (defined in inviwo::DataFrame)inviwo::DataFrame
DataFrame(std::uint32_t size=0) (defined in inviwo::DataFrame)inviwo::DataFrame
DataItem typedef (defined in inviwo::DataFrame)inviwo::DataFrame
end() (defined in inviwo::DataFrame)inviwo::DataFrame
end() const (defined in inviwo::DataFrame)inviwo::DataFrame
getColumn(size_t index)inviwo::DataFrame
getColumn(size_t index) const (defined in inviwo::DataFrame)inviwo::DataFrame
getDataItem(size_t index, bool getStringsAsStrings=false) const (defined in inviwo::DataFrame)inviwo::DataFrame
getHeader(size_t idx) const (defined in inviwo::DataFrame)inviwo::DataFrame
getHeaders() const (defined in inviwo::DataFrame)inviwo::DataFrame
getIndexColumn() (defined in inviwo::DataFrame)inviwo::DataFrame
getIndexColumn() const (defined in inviwo::DataFrame)inviwo::DataFrame
getNumberOfColumns() const (defined in inviwo::DataFrame)inviwo::DataFrame
getNumberOfRows() constinviwo::DataFrame
LookupTable typedef (defined in inviwo::DataFrame)inviwo::DataFrame
updateIndexBuffer()inviwo::DataFrame
~DataFrame()=default (defined in inviwo::DataFrame)inviwo::DataFramevirtual