Esempio n. 1
0
 public VectorVec3dMarshaller()
 {
     NativeDataPointer = Marshaller.CreateVectorVec3dPointer();
 }
 public DoubleVectorIntMarshaller()
 {
     NativeDataPointer = Marshaller.CreateDoubleVectorIntPointer();
 }
Esempio n. 3
0
 public DoubleVectorPoint2FMarshaller()
 {
     NativeDataPointer = Marshaller.CreateDoubleVector2PointFPointer();
 }
Esempio n. 4
0
 public MatDoubleMarshaller()
 {
     NativeDataPointer = Marshaller.CreateMatPointer();
 }