MCPcopy Create free account
hub / github.com/SuperElastix/elastix / VectorDataContainer

Function VectorDataContainer

Common/ImageSamplers/itkVectorDataContainer.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 , VectorType()
99 {}
100 explicit VectorDataContainer(size_type n)
101 : DataObject()
102 , VectorType(n)
103 {}
104 VectorDataContainer(size_type n, const Element & x)
105 : DataObject()
106 , VectorType(n, x)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected