- Timestamp:
- Jul 27, 2010, 8:54:50 PM (14 years ago)
- Location:
- osgVisual/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/cluster/dataIO_cluster.h
r69 r81 80 80 * \brief Pure virtual function for sending TO_OBJ values via cluster to slave. Must be implemented in derived class. 81 81 * 82 * @param viewMatrix_ : Viewmatrix to send to the Slave. 82 83 * @return : See derived class. 83 84 */ 84 virtual bool sendTO_OBJvaluesToSlaves( ) = 0;85 virtual bool sendTO_OBJvaluesToSlaves(osg::Matrixd viewMatrix_) = 0; 85 86 86 87 /** -
osgVisual/include/cluster/dataIO_clusterENet.h
r75 r81 47 47 48 48 void init(); 49 bool sendTO_OBJvaluesToSlaves( );49 bool sendTO_OBJvaluesToSlaves(osg::Matrixd viewMatrix_); 50 50 bool readTO_OBJvaluesFromMaster(); 51 51 void reportAsReadyToSwap(); -
osgVisual/include/dataIO/visual_dataIO.h
r73 r81 115 115 visual_dataIO(const visual_dataIO& cc); 116 116 117 osg::Matrixd calcViewMatrix(); 117 118 osg::ref_ptr<dataIO_extLink> extLink; 118 119 osg::ref_ptr<dataIO_cluster> cluster;
Note: See TracChangeset
for help on using the changeset viewer.