File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ShapeModelFactory.h
1#ifndef ShapeModelFactory_h
2#define ShapeModelFactory_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "ShapeModel.h"
11
12namespace Isis {
13 class Pvl;
14
38 public:
39 static ShapeModel *create(Target *target, Pvl &pvl);
40
41 private:
44
45 // Supported shape models
46 enum {
47 Ellipsoid,
48 Isis3EquatorialCylindrical,
49 Isis3Dem,
50 Plane,
51 Stack,
52 NaifDSK,
53 Bullet,
54 Embree};
55 };
56}
57
58#endif
Container for cube-like labels.
Definition Pvl.h:119
This class is used to create ShapeModel objects.
ShapeModelFactory()
Constructor is private to avoid instantiating the class.
static ShapeModel * create(Target *target, Pvl &pvl)
Construct a valid shape model from the given target and contents of kernels group.
Define shapes and provide utilities for Isis targets.
Definition ShapeModel.h:66
This class is used to create and store valid Isis targets.
Definition Target.h:63
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:15:15