Skip to content

Commit 21156ee

Browse files
author
Jon Haitz Legarreta Gorroño
committed
DOC: Add missing wrap types to Wrapping section.
Add missing ITKM_ST, ITKM_IT, ITKM_OT wrap types to the corresponding table in the Wrapping section of the SW Guide. Change-Id: I13a3ee9e89e25be8ab008bf6ded2b7ea133e951f
1 parent f9dd51c commit 21156ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

SoftwareGuide/Latex/DG04-CreateAModule.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,15 @@ \subsubsection{Wrapping Variables}
711711
\\ \hline
712712
\textbf{Mangling} & ITKM\_H\$\{ITKM\_\$\{type\}\} & H\$\{ITKM\_\$\{type\}\} \\ \hline
713713
\textbf{C++ Type} & ITKT\_H\$\{ITKM\_\$\{type\}\} & itk::Statistics::Histogram\textless \$\{ITKT\$\{type\}\} \textgreater\\ \hline
714+
\\ \hline
715+
\textbf{Mangling} & ITKM\_ST & Depends on platform \\ \hline
716+
\textbf{C++ Type} & ITKT\_ST & itk::SizeValueType \\ \hline
717+
\\ \hline
718+
\textbf{Mangling} & ITKM\_IT & Depends on platform \\ \hline
719+
\textbf{C++ Type} & ITKM\_IT & itk::IdentifierType \\ \hline
720+
\\ \hline
721+
\textbf{Mangling} & ITKM\_OT & Depends on platform\\ \hline
722+
\textbf{C++ Type} & ITKT\_OT & itk::OffsetValueType \\ \hline
714723
\end{tabular}
715724
\end{center}
716725
\itkcaption[Wrapping CMake Mangling Variables for Basic ITK types.]{CMake wrapping mangling

0 commit comments

Comments
 (0)