MCPcopy Create free account
hub / github.com/Kitware/VTK / DataSize

Function DataSize

IO/XMLParser/vtkXMLDataHeaderPrivate.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 virtual size_t WordCount() const = 0;
26 virtual unsigned char* Data() = 0;
27 size_t DataSize() const { return this->WordCount() * this->WordSize(); }
28 virtual ~vtkXMLDataHeader() = default;
29 static inline vtkXMLDataHeader* New(int width, size_t count);
30};

Callers

nothing calls this directly

Calls 2

WordCountMethod · 0.80
WordSizeMethod · 0.80

Tested by

no test coverage detected