Changeset 657
- Timestamp:
- 05/03/08 02:06:21 (14 months ago)
- Files:
-
- 1 modified
-
trunk/include/liblas/capi/liblas.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/liblas/capi/liblas.h
r656 r657 116 116 LAS_DLL char * LASError_GetLastErrorMsg(void); 117 117 118 /// Returns the name of the method the last error message happened in /118 /// Returns the name of the method the last error message happened in 119 119 LAS_DLL char * LASError_GetLastErrorMethod(void); 120 120 … … 123 123 124 124 /// Prints the last error message in the error stack to stderr. If 125 /// there is no error on the error stack, only the @parammessage is printed.125 /// there is no error on the error stack, only the message is printed. 126 126 /// The function does not alter the error stack in any way. 127 127 /// @param message Message to include in the stderr output … … 131 131 /// LASPointH objects with. The LASReaderH must not be created with a 132 132 /// filename that is opened for read or write by any other API functions. 133 /// @return LASReaderH opaque pointer to a LASReader instance. 133 134 /// @param filename Filename to open for read 134 135 LAS_DLL LASReaderH LASReader_Create(const char * filename);
