Skip to content

Commit 4dc9598

Browse files
Jon Haitz LegarretaCode Review
authored andcommitted
Merge "DOC: Add missing wrap types to Wrapping section."
2 parents 66b7e94 + 21156ee commit 4dc9598

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
@@ -715,6 +715,15 @@ \subsubsection{Wrapping Variables}
715715
\\ \hline
716716
\textbf{Mangling} & ITKM\_H\$\{ITKM\_\$\{type\}\} & H\$\{ITKM\_\$\{type\}\} \\ \hline
717717
\textbf{C++ Type} & ITKT\_H\$\{ITKM\_\$\{type\}\} & itk::Statistics::Histogram\textless \$\{ITKT\$\{type\}\} \textgreater\\ \hline
718+
\\ \hline
719+
\textbf{Mangling} & ITKM\_ST & Depends on platform \\ \hline
720+
\textbf{C++ Type} & ITKT\_ST & itk::SizeValueType \\ \hline
721+
\\ \hline
722+
\textbf{Mangling} & ITKM\_IT & Depends on platform \\ \hline
723+
\textbf{C++ Type} & ITKM\_IT & itk::IdentifierType \\ \hline
724+
\\ \hline
725+
\textbf{Mangling} & ITKM\_OT & Depends on platform\\ \hline
726+
\textbf{C++ Type} & ITKT\_OT & itk::OffsetValueType \\ \hline
718727
\end{tabular}
719728
\end{center}
720729
\itkcaption[Wrapping CMake Mangling Variables for Basic ITK types.]{CMake wrapping mangling

0 commit comments

Comments
 (0)