KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_set_camera_to_view_entire_model.h
Go to the documentation of this file.
1 /* $Id: st_set_camera_to_view_entire_model.h 13676 2013-01-29 23:31:33Z elh $ */
35 /* =========================================================================== *
36 |
37 | Copyright (c) 1994-2008 by Kobus Barnard (author).
38 |
39 | Personal and educational use of this code is granted, provided that this
40 | header is kept intact, and that the authorship is not misrepresented, that
41 | its use is acknowledged in publications, and relevant papers are cited.
42 |
43 | For other use contact the author (kobus AT cs DOT arizona DOT edu).
44 |
45 | Please note that the code in this file has not necessarily been adequately
46 | tested. Naturally, there is no guarantee of performance, support, or fitness
47 | for any particular task. Nonetheless, I am interested in hearing about
48 | problems that you encounter.
49 |
50 | Authors:
51 | Emily Hartley
52 |
53 * =========================================================================== */
54 
55 #ifndef ST_SET_CAMERA_TO_VIEW_ENTIRE_MODEL_H_
56 #define ST_SET_CAMERA_TO_VIEW_ENTIRE_MODEL_H_
57 
59 #include <gr_cpp/gr_polymesh.h>
60 
61 namespace kjb
62 {
63 
65 (
66  Perspective_camera& c,
67  Polymesh& p,
68  int imageWidth,
69  int imageHeight
70 );
71 
72 } // namespace kjb
73 
74 #endif /* ST_SET_CAMERA_TO_VIEW_ENTIRE_MODEL_H_ */
75 
Vector set_camera_to_view_entire_model(Perspective_camera &c, Polymesh &p, int imageWidth, int imageHeight)
Definition: st_set_camera_to_view_entire_model.cpp:61
Abstract class of connected polygons (faces) forming a mesh.