OpenWalnut
1.2.5
|
Represents a simple set of WFibers. More...
#include <WDataSetFibers.h>
Classes | |
class | ColorScheme |
Item used in the selection below also containing color info. More... | |
Public Types | |
typedef boost::shared_ptr < std::vector< float > > | VertexArray |
List of vertex coordinates in term of components of vertices. | |
typedef boost::shared_ptr < std::vector< size_t > > | IndexArray |
Index list indexing fibers in VertexArray in terms of vertex numbers. | |
typedef boost::shared_ptr < std::vector< size_t > > | LengthArray |
Lengths of fibers in terms of verties. | |
typedef boost::shared_ptr < std::vector< float > > | TangentArray |
Tangents at each vertex in VertexArray. | |
typedef boost::shared_ptr < std::vector< float > > | ColorArray |
Colors for each vertex in VertexArray. | |
Public Member Functions | |
WDataSetFibers (boost::shared_ptr< std::vector< float > >vertices, boost::shared_ptr< std::vector< size_t > > lineStartIndexes, boost::shared_ptr< std::vector< size_t > > lineLengths, boost::shared_ptr< std::vector< size_t > > verticesReverse, WBoundingBox boundingBox) | |
Constructs a new set of fibers. | |
WDataSetFibers (boost::shared_ptr< std::vector< float > >vertices, boost::shared_ptr< std::vector< size_t > > lineStartIndexes, boost::shared_ptr< std::vector< size_t > > lineLengths, boost::shared_ptr< std::vector< size_t > > verticesReverse) | |
Constructs a new set of fibers. | |
WDataSetFibers () | |
Constructs a new set of tracts. | |
size_t | size () const |
Get number of tracts in this data set. | |
virtual bool | isTexture () const |
Determines whether this dataset can be used as a texture. | |
virtual const std::string | getName () const |
Gets the name of this prototype. | |
virtual const std::string | getDescription () const |
Gets the description for this prototype. | |
VertexArray | getVertices () const |
Getter for the lines' vertices. | |
IndexArray | getLineStartIndexes () const |
Return the indices that indicate at which vertex ID each line begins in the vertex array. | |
LengthArray | getLineLengths () const |
Return the number of vertices for all lines. | |
IndexArray | getVerticesReverse () const |
Returns a reverse lookup table that allow do find out which vertex belongs to which line. | |
TangentArray | getTangents () const |
Returns an array containing the tangents of the fibers at the vertices. | |
ColorArray | getGlobalColors () const |
Reference to the vector storing the global colors. | |
ColorArray | getLocalColors () const |
Reference to the vector storing the local colors. | |
void | addColorScheme (WDataSetFibers::ColorArray colors, std::string name, std::string description) |
This method adds a new color scheme to the list of available colors. | |
void | removeColorScheme (WDataSetFibers::ColorArray colors) |
This method removes the specified color scheme from the list and triggers an update. | |
void | replaceColorScheme (WDataSetFibers::ColorArray oldColors, WDataSetFibers::ColorArray newColors) |
Replaces the specified old color scheme by the new color scheme. | |
const boost::shared_ptr < ColorScheme > | getColorScheme (std::string name) const |
Get the color scheme with the specified name. | |
const boost::shared_ptr < ColorScheme > | getColorScheme (size_t idx) const |
Get the color scheme with the specified ID. | |
const boost::shared_ptr < ColorScheme > | getColorScheme () const |
Convenience method returning the currently selected scheme. | |
const WPropSelection | getColorSchemeProperty () const |
Returns the property controlling the color scheme selection. | |
WPosition | getPosition (size_t fiber, size_t vertex) const |
returns the position in space for a vertex of a given fiber | |
WPosition | getTangent (size_t fiber, size_t vertex) const |
calculates the tangent for a point on the fiber | |
WBoundingBox | getBoundingBox () const |
Get the bounding box. | |
WFiber | operator[] (size_t numTract) const |
Constructs a WFiber out of the given tract number. | |
Static Public Member Functions | |
static boost::shared_ptr < WPrototyped > | getPrototype () |
Returns a prototype instantiated with the true type of the deriving class. | |
Static Protected Attributes | |
static boost::shared_ptr < WPrototyped > | m_prototype = boost::shared_ptr< WPrototyped >() |
The prototype as singleton. | |
Private Member Functions | |
void | init () |
This does the common initialisation of the constructors. | |
Private Attributes | |
VertexArray | m_vertices |
Point vector for all fibers. | |
TangentArray | m_tangents |
Point vector for tangents at each vertex, used for fake tubes. | |
boost::shared_ptr< WItemSelection > | m_colors |
An array of color arrays. | |
WPropSelection | m_colorProp |
Property keeping track of the active color in m_colors. | |
IndexArray | m_lineStartIndexes |
Line vector that contains the start index of its first point for each line. | |
LengthArray | m_lineLengths |
Line vector that contains the number of vertices for each line. | |
IndexArray | m_verticesReverse |
Reverse lookup table for which point belongs to which fiber. | |
WBoundingBox | m_bb |
Axis aligned bounding box for all tract-vertices of this dataset. |
Represents a simple set of WFibers.
Definition at line 47 of file WDataSetFibers.h.
typedef boost::shared_ptr< std::vector< float > > WDataSetFibers::ColorArray |
Colors for each vertex in VertexArray.
Definition at line 76 of file WDataSetFibers.h.
typedef boost::shared_ptr< std::vector< size_t > > WDataSetFibers::IndexArray |
Index list indexing fibers in VertexArray in terms of vertex numbers.
Definition at line 61 of file WDataSetFibers.h.
typedef boost::shared_ptr< std::vector< size_t > > WDataSetFibers::LengthArray |
Lengths of fibers in terms of verties.
Definition at line 66 of file WDataSetFibers.h.
typedef boost::shared_ptr< std::vector< float > > WDataSetFibers::TangentArray |
Tangents at each vertex in VertexArray.
Definition at line 71 of file WDataSetFibers.h.
typedef boost::shared_ptr< std::vector< float > > WDataSetFibers::VertexArray |
List of vertex coordinates in term of components of vertices.
Definition at line 56 of file WDataSetFibers.h.
WDataSetFibers::WDataSetFibers | ( | boost::shared_ptr< std::vector< float > > | vertices, |
boost::shared_ptr< std::vector< size_t > > | lineStartIndexes, | ||
boost::shared_ptr< std::vector< size_t > > | lineLengths, | ||
boost::shared_ptr< std::vector< size_t > > | verticesReverse, | ||
WBoundingBox | boundingBox | ||
) |
Constructs a new set of fibers.
vertices | the vertices of the fibers, stored in x1,y1,z1,x2,y2,z2, ..., xn,yn,zn scheme |
lineStartIndexes | the index in which the fiber start (index of the 3D-vertex, not the index of the float in the vertices vector) |
lineLengths | how many vertices belong to a fiber |
verticesReverse | stores for each vertex the index of the corresponding fiber |
boundingBox | The bounding box of the fibers (first minimum, second maximum). |
Definition at line 59 of file WDataSetFibers.cpp.
References init(), and m_vertices.
WDataSetFibers::WDataSetFibers | ( | boost::shared_ptr< std::vector< float > > | vertices, |
boost::shared_ptr< std::vector< size_t > > | lineStartIndexes, | ||
boost::shared_ptr< std::vector< size_t > > | lineLengths, | ||
boost::shared_ptr< std::vector< size_t > > | verticesReverse | ||
) |
Constructs a new set of fibers.
This constructor determines the bounding box by using the coordinates of the vertices.
vertices | the vertices of the fibers, stored in x1,y1,z1,x2,y2,z2, ..., xn,yn,zn scheme |
lineStartIndexes | the index in which the fiber start (index of the 3D-vertex, not the index of the float in the vertices vector) |
lineLengths | how many vertices belong to a fiber |
verticesReverse | stores for each vertex the index of the corresponding fiber |
Definition at line 75 of file WDataSetFibers.cpp.
References WBoundingBoxImpl< VT >::expandBy(), init(), m_bb, and m_vertices.
Constructs a new set of tracts.
The constructed instance is not usable but needed for prototype mechanism.
Definition at line 53 of file WDataSetFibers.cpp.
Referenced by getPrototype(), and WDataSetFiberVector::toWDataSetFibers().
void WDataSetFibers::addColorScheme | ( | WDataSetFibers::ColorArray | colors, |
std::string | name, | ||
std::string | description | ||
) |
This method adds a new color scheme to the list of available colors.
The color scheme needs to have a name and description to allow the user to identify which color has which meaning. If the specified color array already exists, only an update is triggered and the name and description is ignored. It detects the type of colors by its size.
colors | the color array. Needs to have exactly getVertices()->size() items. |
name | name of the color scheme. Should be a telling name. |
description | description. How calculated and so on. |
Definition at line 221 of file WDataSetFibers.cpp.
References WDataSetFibers::ColorScheme::GRAY, m_colors, m_vertices, WDataSetFibers::ColorScheme::RGB, and WDataSetFibers::ColorScheme::RGBA.
WBoundingBox WDataSetFibers::getBoundingBox | ( | ) | const |
Get the bounding box.
Definition at line 338 of file WDataSetFibers.cpp.
References m_bb.
const boost::shared_ptr< WDataSetFibers::ColorScheme > WDataSetFibers::getColorScheme | ( | std::string | name | ) | const |
Get the color scheme with the specified name.
If it is not found, an exception gets thrown.
name | the name of the color scheme |
WDHNoSuchDataSet | if the name could not be found. |
Definition at line 276 of file WDataSetFibers.cpp.
References m_colors.
const boost::shared_ptr< WDataSetFibers::ColorScheme > WDataSetFibers::getColorScheme | ( | size_t | idx | ) | const |
Get the color scheme with the specified ID.
If the index is invalid, an exception gets thrown.
idx | the index |
Definition at line 290 of file WDataSetFibers.cpp.
References m_colors.
const boost::shared_ptr< WDataSetFibers::ColorScheme > WDataSetFibers::getColorScheme | ( | ) | const |
Convenience method returning the currently selected scheme.
This is a comfortable alternative to using the color scheme selection property.
Definition at line 296 of file WDataSetFibers.cpp.
References m_colorProp.
const WPropSelection WDataSetFibers::getColorSchemeProperty | ( | ) | const |
Returns the property controlling the color scheme selection.
Definition at line 301 of file WDataSetFibers.cpp.
References m_colorProp.
const std::string WDataSetFibers::getDescription | ( | ) | const [virtual] |
Gets the description for this prototype.
Reimplemented from WDataSet.
Definition at line 171 of file WDataSetFibers.cpp.
Reference to the vector storing the global colors.
Definition at line 211 of file WDataSetFibers.cpp.
Return the number of vertices for all lines.
Definition at line 196 of file WDataSetFibers.cpp.
References m_lineLengths.
Return the indices that indicate at which vertex ID each line begins in the vertex array.
Definition at line 191 of file WDataSetFibers.cpp.
References m_lineStartIndexes.
Reference to the vector storing the local colors.
Definition at line 216 of file WDataSetFibers.cpp.
const std::string WDataSetFibers::getName | ( | ) | const [virtual] |
Gets the name of this prototype.
Reimplemented from WDataSet.
Definition at line 166 of file WDataSetFibers.cpp.
WPosition WDataSetFibers::getPosition | ( | size_t | fiber, |
size_t | vertex | ||
) | const |
returns the position in space for a vertex of a given fiber
fiber | Index of fiber |
vertex | Index of vertex in fiber. |
Definition at line 306 of file WDataSetFibers.cpp.
References m_lineStartIndexes, and m_vertices.
Referenced by getTangent().
boost::shared_ptr< WPrototyped > WDataSetFibers::getPrototype | ( | ) | [static] |
Returns a prototype instantiated with the true type of the deriving class.
Reimplemented from WDataSet.
Definition at line 176 of file WDataSetFibers.cpp.
References m_prototype, and WDataSetFibers().
WPosition WDataSetFibers::getTangent | ( | size_t | fiber, |
size_t | vertex | ||
) | const |
calculates the tangent for a point on the fiber
fiber | Index of fiber |
vertex | Index of vertex in fiber |
Definition at line 313 of file WDataSetFibers.cpp.
References getPosition(), and m_lineLengths.
Returns an array containing the tangents of the fibers at the vertices.
Definition at line 206 of file WDataSetFibers.cpp.
References m_tangents.
Getter for the lines' vertices.
Definition at line 186 of file WDataSetFibers.cpp.
References m_vertices.
Returns a reverse lookup table that allow do find out which vertex belongs to which line.
Definition at line 201 of file WDataSetFibers.cpp.
References m_verticesReverse.
void WDataSetFibers::init | ( | ) | [private] |
This does the common initialisation of the constructors.
Definition at line 95 of file WDataSetFibers.cpp.
References WPropertyHelper::PC_SELECTONLYONE::addTo(), WPropertyHelper::PC_NOTEMPTY::addTo(), m_colorProp, m_colors, m_lineLengths, m_lineStartIndexes, WDataSet::m_properties, m_tangents, m_vertices, WDataSetFibers::ColorScheme::RGB, WThreadedRunner::run(), size(), and WThreadedRunner::wait().
Referenced by WDataSetFibers().
bool WDataSetFibers::isTexture | ( | ) | const [virtual] |
Determines whether this dataset can be used as a texture.
Reimplemented from WDataSet.
Definition at line 156 of file WDataSetFibers.cpp.
WFiber WDataSetFibers::operator[] | ( | size_t | numTract | ) | const |
Constructs a WFiber out of the given tract number.
numTract | Number of the tract to generate a WFiber object for |
Definition at line 343 of file WDataSetFibers.cpp.
References m_lineLengths, m_vertices, WMixinVector< ValueT >::push_back(), WMixinVector< ValueT >::reserve(), and size().
void WDataSetFibers::removeColorScheme | ( | WDataSetFibers::ColorArray | colors | ) |
This method removes the specified color scheme from the list and triggers an update.
colors | the color array. |
Definition at line 243 of file WDataSetFibers.cpp.
References m_colors.
void WDataSetFibers::replaceColorScheme | ( | WDataSetFibers::ColorArray | oldColors, |
WDataSetFibers::ColorArray | newColors | ||
) |
Replaces the specified old color scheme by the new color scheme.
If the old color scheme did not exist, nothing happens.
oldColors | old colors to remove |
newColors | new colors to set |
Definition at line 262 of file WDataSetFibers.cpp.
References m_colors, and WDataSetFibers::ColorScheme::setColor().
size_t WDataSetFibers::size | ( | ) | const |
Get number of tracts in this data set.
Definition at line 161 of file WDataSetFibers.cpp.
References m_lineStartIndexes.
Referenced by init(), and operator[]().
WBoundingBox WDataSetFibers::m_bb [private] |
Axis aligned bounding box for all tract-vertices of this dataset.
Definition at line 420 of file WDataSetFibers.h.
Referenced by getBoundingBox(), and WDataSetFibers().
WPropSelection WDataSetFibers::m_colorProp [private] |
Property keeping track of the active color in m_colors.
Definition at line 398 of file WDataSetFibers.h.
Referenced by getColorScheme(), getColorSchemeProperty(), and init().
boost::shared_ptr< WItemSelection > WDataSetFibers::m_colors [private] |
An array of color arrays.
The first two elements are: 0: global color, 1: local color
Definition at line 393 of file WDataSetFibers.h.
Referenced by addColorScheme(), getColorScheme(), init(), removeColorScheme(), and replaceColorScheme().
LengthArray WDataSetFibers::m_lineLengths [private] |
Line vector that contains the number of vertices for each line.
Definition at line 410 of file WDataSetFibers.h.
Referenced by getLineLengths(), getTangent(), init(), and operator[]().
IndexArray WDataSetFibers::m_lineStartIndexes [private] |
Line vector that contains the start index of its first point for each line.
Definition at line 405 of file WDataSetFibers.h.
Referenced by getLineStartIndexes(), getPosition(), init(), and size().
boost::shared_ptr< WPrototyped > WDataSetFibers::m_prototype = boost::shared_ptr< WPrototyped >() [static, protected] |
The prototype as singleton.
Reimplemented from WDataSet.
Definition at line 370 of file WDataSetFibers.h.
Referenced by getPrototype().
TangentArray WDataSetFibers::m_tangents [private] |
Point vector for tangents at each vertex, used for fake tubes.
Definition at line 386 of file WDataSetFibers.h.
Referenced by getTangents(), and init().
VertexArray WDataSetFibers::m_vertices [private] |
Point vector for all fibers.
Definition at line 381 of file WDataSetFibers.h.
Referenced by addColorScheme(), getPosition(), getVertices(), init(), operator[](), and WDataSetFibers().
IndexArray WDataSetFibers::m_verticesReverse [private] |
Reverse lookup table for which point belongs to which fiber.
Definition at line 415 of file WDataSetFibers.h.
Referenced by getVerticesReverse().