Reimplemented from Impala::Visualization::DataDocumentGui< DataDocT >. Definition at line 292 of file SegmentationDocumentGuiAnno.h. References mConceptSet, mSegDoc, and Impala::Core::Database::DataDocument::SaveConcepts(). 00293 { 00294 mConceptSet = fileName; 00295 if (mConceptSet.empty()) 00296 return; 00297 mSegDoc->SaveConcepts(fileName); 00298 }
Here is the call graph for this function: ![]()
|