| 246 | | NodePtr getHandleXNode (void) const; |
|---|
| 247 | | |
|---|
| 248 | | NodePtr getHandleYNode (void) const; |
|---|
| 249 | | |
|---|
| 250 | | NodePtr getHandleZNode (void) const; |
|---|
| 251 | | |
|---|
| 252 | | NodePtr getTransXNode (void) const; |
|---|
| 253 | | |
|---|
| 254 | | NodePtr getTransYNode (void) const; |
|---|
| 255 | | |
|---|
| 256 | | NodePtr getTransZNode (void) const; |
|---|
| 257 | | |
|---|
| 258 | | MaterialPtr getMaterialX (void) const; |
|---|
| 259 | | |
|---|
| 260 | | MaterialPtr getMaterialY (void) const; |
|---|
| 261 | | |
|---|
| 262 | | MaterialPtr getMaterialZ (void) const; |
|---|
| 263 | | |
|---|
| 264 | | NodePtr getAxisLinesN (void) const; |
|---|
| | 246 | Node * getHandleXNode (void) const; |
|---|
| | 247 | |
|---|
| | 248 | Node * getHandleYNode (void) const; |
|---|
| | 249 | |
|---|
| | 250 | Node * getHandleZNode (void) const; |
|---|
| | 251 | |
|---|
| | 252 | Node * getTransXNode (void) const; |
|---|
| | 253 | |
|---|
| | 254 | Node * getTransYNode (void) const; |
|---|
| | 255 | |
|---|
| | 256 | Node * getTransZNode (void) const; |
|---|
| | 257 | |
|---|
| | 258 | Material * getMaterialX (void) const; |
|---|
| | 259 | |
|---|
| | 260 | Material * getMaterialY (void) const; |
|---|
| | 261 | |
|---|
| | 262 | Material * getMaterialZ (void) const; |
|---|
| | 263 | |
|---|
| | 264 | Node * getAxisLinesN (void) const; |
|---|
| 276 | | void setHandleXNode (const NodePtr value); |
|---|
| 277 | | void setHandleYNode (const NodePtr value); |
|---|
| 278 | | void setHandleZNode (const NodePtr value); |
|---|
| 279 | | void setTransXNode (const NodePtr value); |
|---|
| 280 | | void setTransYNode (const NodePtr value); |
|---|
| 281 | | void setTransZNode (const NodePtr value); |
|---|
| 282 | | void setMaterialX (const MaterialPtr value); |
|---|
| 283 | | void setMaterialY (const MaterialPtr value); |
|---|
| 284 | | void setMaterialZ (const MaterialPtr value); |
|---|
| 285 | | void setAxisLinesN (const NodePtr value); |
|---|
| | 276 | void setHandleXNode (Node * const value); |
|---|
| | 277 | void setHandleYNode (Node * const value); |
|---|
| | 278 | void setHandleZNode (Node * const value); |
|---|
| | 279 | void setTransXNode (Node * const value); |
|---|
| | 280 | void setTransYNode (Node * const value); |
|---|
| | 281 | void setTransZNode (Node * const value); |
|---|
| | 282 | void setMaterialX (Material * const value); |
|---|
| | 283 | void setMaterialY (Material * const value); |
|---|
| | 284 | void setMaterialZ (Material * const value); |
|---|
| | 285 | void setAxisLinesN (Node * const value); |
|---|