#include "PostGraphObjectImport.h" #include namespace Interface { PostGraphObjectImport::PostGraphObjectImport(FITKAbstractCFDPostData* postData, Comp::FITKGraph3DWindowVTK* graph3DWidget) : PostGraphObjectBase(postData, graph3DWidget) { } PostGraphObjectImport::~PostGraphObjectImport() { } }