18 #ifndef mitkAbstractGlobalImageFeature_h
19 #define mitkAbstractGlobalImageFeature_h
27 #include <Eigen/Dense>
51 virtual FeatureNameListType GetFeatureNames() = 0;
65 if(IsInitialized() ==
false)
68 if(timeGeometry == NULL)
78 #endif //mitkAbstractGlobalImageFeature_h
std::vector< std::string > FeatureNameListType
Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
virtual bool IsEmpty() const override
Check whether object contains data (at least at one point in time), e.g., a set of points may be empt...
#define MITKCLCORE_EXPORT
std::vector< std::pair< std::string, double > > FeatureListType
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion() override
Determine whether the RequestedRegion is outside of the BufferedRegion.
virtual void SetRequestedRegion(const itk::DataObject *) override
Set the requested region from this data object to match the requested region of the data object passe...
virtual void SetRequestedRegionToLargestPossibleRegion() override
Set the RequestedRegion to the LargestPossibleRegion.
virtual bool VerifyRequestedRegion() override
Verify that the RequestedRegion is within the LargestPossibleRegion.