54 const char *forcedFieldName =
nullptr )
override;
57 void dump(
int indent = 0, std::ostream &os = std::cout )
const override;
~IntegerNodeImpl() override=default
void checkLeavesInSet(const StringSet &pathNames, NodeImplSharedPtr origin) override
void writeXml(ImageFileImplSharedPtr imf, CheckedFile &cf, int indent, const char *forcedFieldName=nullptr) override
NodeType type() const override
IntegerNodeImpl(ImageFileImplWeakPtr destImageFile, int64_t value=0, int64_t minimum=0, int64_t maximum=0)
bool isDefined(const ustring &pathName) override
void dump(int indent=0, std::ostream &os=std::cout) const override
bool isTypeEquivalent(NodeImplSharedPtr ni) override
ImageFileImplSharedPtr destImageFile()
std::shared_ptr< class NodeImpl > NodeImplSharedPtr
std::weak_ptr< class ImageFileImpl > ImageFileImplWeakPtr
std::shared_ptr< class ImageFileImpl > ImageFileImplSharedPtr
std::string ustring
UTF-8 encodeded Unicode string.
std::set< std::string > StringSet
NodeType
Identifiers for types of E57 elements.
@ E57_INTEGER
IntegerNode class.