|
| RoiStats (Resampler< float > *interpolator, RoiSelector *roiSel) |
|
virtual | ~RoiStats () |
|
template<typename T > |
void | populate (AimsData< T > &image, AimsRoi &roi, const Motion &motion) |
|
std::vector< float > | tacByStructName (std::string s) |
|
void | applyGtm (RoiGtm &rgtm) |
|
void | streamout (char *out=NULL) |
|
bool | isGtmCorrected () |
|
void | setGtmCorrected () |
|
| Graph (const std::string &s="") |
|
| Graph (const FactoryPtr factory, const std::string &s="") |
|
virtual | ~Graph () |
|
void | extract (Graph &graph, InputIterator iv1, InputIterator iv2) |
|
void | clear () |
|
Vertex * | addVertex (const std::string &s="") |
|
Vertex * | cloneVertex (const Vertex *vertex) |
|
bool | hasVertex (const Vertex *vertex) const |
|
void | removeVertex (Vertex *vertex) |
|
Vertex * | randomVertex () const |
|
const std::set< Vertex *> & | vertices () const |
|
std::set< Vertex *> | getVerticesWith (const std::string &s) const |
|
std::set< Vertex *> | getVerticesWith (const std::string &s, const T &t) const |
|
Edge * | addUndirectedEdge (Vertex *vertex1, Vertex *vertex2, std::string s) |
|
Edge * | addEdge (Vertex *vertex1, Vertex *vertex2, std::string s="") |
|
Edge * | addDirectedEdge (Vertex *vertex1, Vertex *vertex2, std::string s) |
|
bool | hasEdge (const Edge *edge) const |
|
void | removeEdge (Edge *edge) |
|
const std::set< Edge *> & | edges () const |
|
std::set< Edge *> | edges (const Vertex *vertex1, const Vertex *vertex2) const |
|
std::set< Edge *> | getEdgesWith (const std::string &s) const |
|
std::set< Edge *> | getEdgesWith (const std::string &s, const T &t) const |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
reverse_iterator | rbegin () |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rbegin () const |
|
const_reverse_iterator | rend () const |
|
size_t | order () const |
|
size_t | size () const __attribute__((__deprecated__("use edgeSize() for " "the number of edges. In a future release |
|
size_t | size () will return the " "number properties as it does in GenericObject"))) |
|
size_t | edgesSize () const |
|
virtual bool | isUndirected () const |
|
virtual bool | isDirected () const |
|
virtual bool | check (const carto::SyntaxSet &syntax, std::set< std::string > &missing) const |
|
void | clear () |
|
Vertex * | addVertex (const std::string &s="") |
|
Vertex * | cloneVertex (const Vertex *vertex) |
|
bool | hasVertex (const Vertex *vertex) const |
|
void | removeVertex (Vertex *vertex) |
|
Vertex * | randomVertex () const |
|
const std::set< Vertex *> & | vertices () const |
|
std::set< Vertex *> | getVerticesWith (const std::string &s) const |
|
std::set< Vertex *> | getVerticesWith (const std::string &s, const T &t) const |
|
Edge * | addUndirectedEdge (Vertex *vertex1, Vertex *vertex2, std::string s) |
|
Edge * | addEdge (Vertex *vertex1, Vertex *vertex2, std::string s="") |
|
Edge * | addDirectedEdge (Vertex *vertex1, Vertex *vertex2, std::string s) |
|
bool | hasEdge (const Edge *edge) const |
|
void | removeEdge (Edge *edge) |
|
const std::set< Edge *> & | edges () const |
|
std::set< Edge *> | edges (const Vertex *vertex1, const Vertex *vertex2) const |
|
std::set< Edge *> | getEdgesWith (const std::string &s) const |
|
std::set< Edge *> | getEdgesWith (const std::string &s, const T &t) const |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
reverse_iterator | rbegin () |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rbegin () const |
|
const_reverse_iterator | rend () const |
|
size_t | order () const |
|
size_t | size () const __attribute__((__deprecated__("use edgeSize() for " "the number of edges. In a future release |
|
size_t | size () will return the " "number properties as it does in GenericObject"))) |
|
size_t | edgesSize () const |
|
virtual bool | isUndirected () const |
|
virtual bool | isDirected () const |
|
virtual bool | check (const carto::SyntaxSet &syntax, std::set< std::string > &missing) const |
|
virtual | ~GraphObject () |
|
| SyntaxedObject (const std::string &s) |
|
| SyntaxedObject (const SyntaxedObject &x) |
|
| SyntaxedObject (const SyntaxedObject< PropertySet > &x) |
|
Definition at line 55 of file roistat.h.