File: wrap_itkVectorContainer.cmake

package info (click to toggle)
insighttoolkit 3.20.1%2Bgit20120521-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80,652 kB
  • sloc: cpp: 458,133; ansic: 196,223; fortran: 28,000; python: 3,839; tcl: 1,811; sh: 1,184; java: 583; makefile: 430; csh: 220; perl: 193; xml: 20
file content (23 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
WRAP_CLASS("itk::VectorContainer")
WRAP_TEMPLATE("UCD" "unsigned char,double")
WRAP_TEMPLATE("UID" "unsigned int,double")
WRAP_TEMPLATE("UIVD1" "unsigned int,Templates::VectorD1")
WRAP_TEMPLATE("UIVD2" "unsigned int,Templates::VectorD2")
WRAP_TEMPLATE("UIVF1" "unsigned int,Templates::VectorF1")
WRAP_TEMPLATE("UIVF2" "unsigned int,Templates::VectorF2")
WRAP_TEMPLATE("UIVUC1" "unsigned int,Templates::VectorUC1")
WRAP_TEMPLATE("ULD" "unsigned long,double")
WRAP_TEMPLATE("ULF" "unsigned long,float")
WRAP_TEMPLATE("ULSI" "unsigned long,int")
WRAP_TEMPLATE("ULPD1" "unsigned long,Templates::PointD1")
WRAP_TEMPLATE("ULPD2" "unsigned long,Templates::PointD2")
WRAP_TEMPLATE("ULPD3" "unsigned long,Templates::PointD3")
WRAP_TEMPLATE("ULPD4" "unsigned long,Templates::PointD4")
WRAP_TEMPLATE("ULPF2" "unsigned long,Templates::PointF2")
WRAP_TEMPLATE("ULPF3" "unsigned long,Templates::PointF3")
WRAP_TEMPLATE("ULVD2" "unsigned long,Templates::VectorD2")
WRAP_TEMPLATE("ULVD3" "unsigned long,Templates::VectorD3")
WRAP_TEMPLATE("ULVD4" "unsigned long,Templates::VectorD4")
WRAP_TEMPLATE("ULUL" "unsigned long,unsigned long")
WRAP_TEMPLATE("ULUS" "unsigned long,unsigned short")
END_WRAP_CLASS()