sdr_transformation_type Derived Type

type, public :: sdr_transformation_type

Data type defines geometry transformation


Inherits

type~~sdr_transformation_type~~InheritsGraph type~sdr_transformation_type sdr_transformation_type type~sdr_deformation_type sdr_deformation_type type~sdr_transformation_type->type~sdr_deformation_type deform type~sdr_translation_type sdr_translation_type type~sdr_transformation_type->type~sdr_translation_type translate

Components

Type Visibility Attributes Name Initial
logical, public :: active

is transformation active

type(sdr_translation_type), public :: translate

translation of geometry

type(sdr_deformation_type), public :: deform

deformation of geometry