API Documentation
Loading...
Searching...
No Matches
TableColumnType.h File Reference
#include "DLLInfo.h"
#include <NDEVR/TableColumn.h>
#include <NDEVR/RGBColor.h>
#include <NDEVR/Matrix.h>
#include <NDEVR/TypeInfo.h>
#include <NDEVR/BinaryFile.h>
#include <NDEVR/String.h>
#include <NDEVR/Compressor.h>
Include dependency graph for TableColumnType.h:

Go to the source code of this file.

Classes

class  TableColumnBuffer< t_type >
 A base class for a Table column with N-number of rows held in a Buffer object. More...
 
class  TableColumnColorType
 A TableColumnBuffer of Colors. More...
 
class  TableColumnString
 A TableColumnBuffer of Strings. More...
 
class  TableColumnTypeBuffer< t_type >
 A TableColumnBuffer of buffers. Meaning each row has some potentially unique N-number of columns. More...
 
class  TableMatrixType< t_type, t_cols, t_rows >
 A TableColumnBuffer column of Matrices. More...
 
class  TableVectorType< t_dims, t_type >
 A TableColumnBuffer that also has some number of defined rows stored in a Vector object. More...
 
class  TableVectorType< 1, t_type >
 An obtimized single column TableVectorType that stores data in a simple buffer. More...
 
class  TableVectorType< 1, UUID >
 A TableVectorType optimized for storing UUID objects. More...
 

Namespaces

namespace  NDEVR