Changeset 1328 for GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp
- Timestamp:
- 09/11/06 00:29:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp
r1311 r1328 160 160 exporter->ExportKdTree(*mKdTree); 161 161 exporter->SetFilled(); 162 exporter->ExportScene(mSceneGraph-> mRoot);162 exporter->ExportScene(mSceneGraph->GetRoot()); 163 163 exporter->SetWireframe(); 164 164 … … 190 190 Exporter *exporter = Exporter::GetExporter(filename); 191 191 exporter->SetFilled(); 192 exporter->ExportScene(mSceneGraph-> mRoot);192 exporter->ExportScene(mSceneGraph->GetRoot()); 193 193 // exporter->SetWireframe(); 194 194 bool result = exporter->ExportVssTree2( *tree, dir );
Note: See TracChangeset
for help on using the changeset viewer.