activeBuffers | VisComponent | [protected] |
addActiveBuffer(IBufferProxy *buffer) | VisComponent | [inline] |
addChild(CompositeNode *node) | CompositeNode | [inline] |
addChildren(std::list< CompositeNode * > nodes) | CompositeNode | |
addPassiveBuffer(IBufferProxy *buffer) | VisComponent | [inline] |
animate(float t) | VisComponent | [virtual] |
animateAdding(const std::vector< unsigned int > &types, unsigned int invariants) | VisComponent | |
animateRemoving(unsigned int invariants) | VisComponent | |
animating | VisComponent | [protected] |
animationParameter | VisComponent | [protected] |
animationStep | VisComponent | [protected] |
children | CompositeNode | [protected] |
COLOR_ALPHA | VisComponent | [static] |
COLOR_BLUE | VisComponent | [static] |
COLOR_GREEN | VisComponent | [static] |
COLOR_RED | VisComponent | [static] |
convertBufferToGlobalCoords(double bufferX, double bufferY, double &globalX, double &globalY) | VisComponent | |
convertBufferToGlobalCoords(const Point3f &buffer, Point3f &global) | VisComponent | |
convertColorToId(unsigned char *color) | VisComponent | [static] |
convertComponentToGlobalCoords(double componentX, double componentY, double &globalX, double &globalY) | VisComponent | |
convertComponentToGlobalCoords(const Point3f &component, Point3f &global) | VisComponent | |
convertGlobalToBufferCoords(double globalX, double globalY, double &bufferX, double &bufferY) | VisComponent | |
convertGlobalToBufferCoords(const Point3f &global, Point3f &buffer) | VisComponent | |
convertGlobalToComponentCoords(double globalX, double globalY, double &componentX, double &componentY) | VisComponent | |
convertGlobalToComponentCoords(const Point3f &global, Point3f &component) | VisComponent | |
convertIdToColor(unsigned long id, unsigned char *color) | VisComponent | [static] |
convertPositionToParentBufferCoords(double &parentX, double &parentY) | VisComponent | |
convertPositionToParentCoords(double &parentX, double &parentY) | VisComponent | |
currentState | VisComponent | [protected] |
destroyAllStrategies() | VisComponent | |
destroyLastStrategy() | VisComponent | |
discardTopState() | VisComponent | [inline] |
drop(bool parentChanged) | VisComponent | [inline, virtual] |
getActiveBuffer(unsigned int propId) | VisComponent | [inline] |
getActiveBufferByType(unsigned int t) | VisComponent | |
getActiveBuffersMemorySizeKBytes() | VisComponent | |
getActiveBufferValue(unsigned int bufferType, unsigned int x, unsigned int y, T &value) | VisComponent | [inline] |
getActiveBufferValue(unsigned int bufferType, unsigned int x, unsigned int y, T *value) | VisComponent | [inline] |
getAlpha() | VisComponent | [inline] |
getAnimationParameter() | VisComponent | [inline] |
getAnimationStep() | VisComponent | [inline] |
getChildren() | CompositeNode | [inline] |
getColor() | VisComponent | [inline] |
getCurrentState() | VisComponent | [inline] |
getHeight() | VisComponent | [inline] |
getId() | VisComponent | [inline] |
getIdColor(unsigned char *color) | VisComponent | [inline] |
getManager() | VisComponent | [inline] |
getNumberActiveBuffers() | VisComponent | [inline] |
getNumberPassiveBuffers() | VisComponent | [inline] |
getParent() | CompositeNode | [inline] |
getPassiveBuffer(unsigned int propId) | VisComponent | [inline] |
getPassiveBufferByType(unsigned int t) | VisComponent | |
getPassiveBufferValue(unsigned int bufferType, float x, float y, T &value) | VisComponent | [inline] |
getPassiveBufferValue(unsigned int bufferType, unsigned int x, unsigned int y, T *value) | VisComponent | [inline] |
getPosition() | VisComponent | [inline] |
getRemovingInvariants() | VisComponent | [inline] |
getRotationAngle() | VisComponent | [inline] |
getScaleFactorX() | VisComponent | [inline] |
getScaleFactorY() | VisComponent | [inline] |
getScaleFactorZ() | VisComponent | [inline] |
getSourceState() | VisComponent | [inline] |
getStrategy() | VisComponent | [inline] |
getStrategy() | VisComponent | [inline] |
getTargetState() | VisComponent | [inline] |
getWidth() | VisComponent | [inline] |
hasStrategy() | VisComponent | [inline] |
HEIGHT | VisComponent | [static] |
id | VisComponent | [protected] |
idColor | VisComponent | [protected] |
isAnimating() | VisComponent | [inline] |
isInside(unsigned int x, unsigned int y) | VisComponent | |
isLeaf() | CompositeNode | [inline] |
isStateStackEmpty() | VisComponent | [inline] |
leaf | CompositeNode | [protected] |
manager | VisComponent | [protected] |
moveBranchBy(const Point3f &d) | VisComponent | |
moveBranchBy(float dx, float dy=0, float dz=0) | VisComponent | |
moveBy(const Point3f &d) | VisComponent | [inline] |
moveBy(float dx, float dy=0, float dz=0) | VisComponent | [inline] |
moveChildToFront(CompositeNode *child) | CompositeNode | [inline] |
moveNodeTo(CompositeNode *parentNode) | CompositeNode | |
moveNodeToFront() | CompositeNode | |
NONE | VisComponent | [static] |
obtainTopState() | VisComponent | [inline] |
onEvent(LargeDisplayEvent *evt) | VisComponent | [inline] |
parent | CompositeNode | [protected] |
passiveBuffers | VisComponent | [protected] |
POSITION | VisComponent | [static] |
postRender() | VisComponent | [inline, protected, virtual] |
preRender() | VisComponent | [inline, protected, virtual] |
print() | VisComponent | |
printChildren() | VisComponent | |
pushStrategy(VisComponentStrategy *str) | VisComponent | |
removeAllChildren() | CompositeNode | [inline] |
removeChild(CompositeNode *child) | CompositeNode | [inline] |
removeStrategy() | VisComponent | [inline] |
removingInvariants | VisComponent | [protected] |
render(const std::vector< unsigned long > &selectedIds, bool enablePicking, bool containerOnly=false) | VisComponent | |
renderBranch(const std::vector< unsigned long > &selectedIds, bool enablePicking, bool containerOnly=false) | VisComponent | |
renderBranchWithException(const std::vector< unsigned long > &selectedIds, bool enablePicking, bool containerOnly, unsigned long exceptionId) | VisComponent | |
renderBranchWithException(const std::vector< unsigned long > &selectedIds, bool enablePicking, bool containerOnly, const std::vector< unsigned long > &exceptionId) | VisComponent | |
renderChildren(const std::vector< unsigned long > &selectedIds, bool enablePicking, bool containerOnly=false) | VisComponent | |
resize(unsigned int width, unsigned int height) | VisComponent | [inline, virtual] |
resizeActiveBuffers() | VisComponent | |
resizeBranchActiveBuffers() | VisComponent | |
retrieveState() | VisComponent | [inline] |
retrieveState(unsigned int invariants) | VisComponent | |
rotate(double angleRadians) | VisComponent | [inline] |
rotateBranch(double angleRadians) | VisComponent | |
ROTATION_ANGLE | VisComponent | [static] |
saveCurrentState() | VisComponent | [inline] |
SCALE_FACTOR_X | VisComponent | [static] |
SCALE_FACTOR_Y | VisComponent | [static] |
SCALE_FACTOR_Z | VisComponent | [static] |
setActiveBuffer(unsigned int propId, IBufferProxy *buffer) | VisComponent | [inline] |
setAlpha(float a) | VisComponent | [inline] |
setAnimating(bool value) | VisComponent | [inline] |
setAnimationParameter(float value) | VisComponent | [inline] |
setAnimationStep(float step) | VisComponent | [inline] |
setChildren(std::list< CompositeNode * > nodes) | CompositeNode | [inline] |
setColor(float *c) | VisComponent | [inline] |
setColor(float r, float g, float b, float a=1.0) | VisComponent | [inline] |
setCurrentState(VisComponentState state) | VisComponent | [inline] |
setHeight(unsigned int h) | VisComponent | [inline] |
setId(unsigned long newId) | VisComponent | [inline] |
setIdColor(unsigned char *colorId) | VisComponent | [inline] |
setLeaf(bool state) | CompositeNode | [inline] |
setManager(LargeDisplayManager *m) | VisComponent | [inline] |
setParent(CompositeNode *node) | CompositeNode | [inline] |
setPassiveBuffer(unsigned int propId, IBufferProxy *buffer) | VisComponent | [inline] |
setPosition(const Point3f &pos) | VisComponent | [inline] |
setPosition(float x, float y) | VisComponent | [inline] |
setPosition(float x, float y, float z) | VisComponent | [inline] |
setRemovingInvariants(unsigned int invariants) | VisComponent | [inline] |
setRotationAngle(double angle) | VisComponent | [inline] |
setScaleFactor(float s) | VisComponent | [inline] |
setScaleFactorX(float s) | VisComponent | [inline] |
setScaleFactorY(float s) | VisComponent | [inline] |
setScaleFactorZ(float s) | VisComponent | [inline] |
setSourceState(VisComponentState state) | VisComponent | [inline] |
setStrategy(VisComponentStrategy *str) | VisComponent | [inline] |
setTargetState(VisComponentState state) | VisComponent | [inline] |
setWidth(unsigned int w) | VisComponent | [inline] |
sourceState | VisComponent | [protected] |
startAnimation() | VisComponent | |
stateStack | VisComponent | [protected] |
stopAnimation() | VisComponent | |
strategy | VisComponent | [protected] |
targetState | VisComponent | [protected] |
updateBranchPassiveBuffers() | VisComponent | |
updatePassiveBuffers() | VisComponent | |
VisComponent(void) | VisComponent | |
WIDTH | VisComponent | [static] |
~VisComponent(void) | VisComponent | [virtual] |