Back to FabImage Library website

You are here: Start » Function Reference » Surface » Surface Basics » ConvertSurfaceType

ConvertSurfaceType


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Changes the point Z coordinate type.

Syntax

C++
C#
 
void fil::ConvertSurfaceType
(
	const fil::Surface& inSurface,
	fil::PlainType::Type inNewPointType,
	ftl::Optional<double> inNewZOffset,
	ftl::Optional<double> inNewZScale,
	fil::Surface& outSurface
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inNewPointType PlainType::Type Point Z coordinate type of the output surface
Input value inNewZOffset Optional<double> NIL Offset along Z axis in output surface
Input value inNewZScale Optional<double> NIL Scale along Z axis in output surface
Output value outSurface Surface& Surface with changed internal surface type

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.