You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/FITK_Interface/FITKInterfaceFlowOF/FITKOFGeometryData.h

23 lines
493 B
C++

#ifndef _FITKOFGEOMETRYDATA__H__
#define _FITKOFGEOMETRYDATA__H__
#include "FITKInterfaceFlowOFAPI.h"
#include "FITK_Interface/FITKInterfaceGeometry/FITKGeoCommandList.h"
namespace Interface
{
class FITKInterfaceFlowOFAPI FITKOFGeometryData :
public FITKGeoCommandList
{
public:
explicit FITKOFGeometryData() = default;
virtual ~FITKOFGeometryData() = default;
static FITKOFGeometryData* getGeometryDataFromFrame();
};
}
#endif