Class IFeature

Inheritance Relationships

Base Type

Class Documentation

class IFeature : public virtual nix::base::IEntity

Interface for implementations of the Feature entity.

See nix::Feature for a more detailed description.

Public Functions

virtual void linkType(LinkType type) = 0
virtual LinkType linkType() const = 0
virtual void data(const std::string &name_or_id) = 0
virtual std::shared_ptr<IDataArray> data() const = 0
inline virtual ~IFeature()