This class implements handling of a camera position for a view in .pdf documents created with Publish SDK.
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys a camera object. | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Changes the camera position and its target by moving it in a specified direction. The move direction is defined by moving step sizes along the x-, y-, and z-coordinate axes. Move amounts are represented as world-space measurement units. | |
Returns the current camera field information. The method fills the passed double values with width and height of the camera field and returns them to a calling subroutine. | |
Returns the camera's current near limit. The method fills a passed double value with the current near limit and returns it to a calling subroutine. | |
Returns the camera's current position. The method fills a passed three-dimensional point object and returns it to a calling subroutine. | |
Returns the camera's current projection. The camera projection is defined by the projection type and oblique skews in horizontal and vertical directions. The method fills the passed values with the current type of projection and obligue skew values and returns them to a calling subroutine. | |
Returns the current camera target. The method fills a passed three-dimensional point object and returns it to a calling subroutine. | |
Returns the current camera up-vector. The method fills a passed three-dimensional vector object and returns it to a calling subroutine. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Orbits the camera about its target with a specified angle to the right and up. | |
Changes the camera position and its target by moving it in the xy-plane by the specified degrees. The camera position and distance between the camera and its target remain unchanged. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Rotates the camera around its target with a specified angle (in degrees). The camera position, target and field remain unchanged. If the rotation angle is positive, the camera rotation is clockwise, otherwise the camera rotation is counter-clockwise. | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets the camera field. | |
Sets the camera's near limit. | |
Sets the camera position. | |
Sets the camera projection. The camera projection is defined with a projection type and oblique skews in horizontal and vertical directions. | |
Sets the camera target, which is the location the camera is pointed at. | |
Sets the camera up-vector that defines the vertical up direction of the camera. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) | |
Zooms the camera view field by a specified scale factor. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|