core/vil1/vil1_new.cxx File Reference


Detailed Description

Author:
Andrew W.

Fitzgibbon, Oxford RRG

Date:
16 Feb 00

Definition in file vil1_new.cxx.

#include "vil1_new.h"
#include <vcl_cstring.h>
#include <vcl_cassert.h>
#include <vil1/vil1_file_format.h>
#include <vil1/vil1_stream_fstream.h>
#include <vil1/vil1_image_impl.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_memory_image_of.h>

Go to the source code of this file.


Functions

vil1_image vil1_new (int width, int height, vil1_image const &prototype)
 Make a new image.
vil1_image vil1_new (vil1_stream *os, int planes, int width, int height, int components, int bits_per_component, vil1_component_format format, char const *file_format)
 Make a new image.
vil1_image vil1_new (vil1_stream *os, int width, int height, vil1_image const &prototype, char const *file_format)
 Make a new vil1_image_impl, writing to stream "os", size "w" x "h", copying pixel format etc from "prototype".
vil1_image vil1_new (char const *filename, int width, int height, vil1_image const &prototype, char const *file_format)
 Make a new image.

Function Documentation

vil1_image vil1_new ( char const *  filename,
int  width,
int  height,
vil1_image const &  prototype,
char const *  file_format 
)

Make a new image.

Definition at line 76 of file vil1_new.cxx.

vil1_image vil1_new ( vil1_stream os,
int  width,
int  height,
vil1_image const &  prototype,
char const *  file_format 
)

Make a new vil1_image_impl, writing to stream "os", size "w" x "h", copying pixel format etc from "prototype".

Definition at line 60 of file vil1_new.cxx.

vil1_image vil1_new ( vil1_stream os,
int  planes,
int  width,
int  height,
int  components,
int  bits_per_component,
vil1_component_format  format,
char const *  file_format 
)

Make a new image.

Definition at line 33 of file vil1_new.cxx.

vil1_image vil1_new ( int  width,
int  height,
vil1_image const &  prototype 
)

Make a new image.

Definition at line 22 of file vil1_new.cxx.


Generated on Sat Nov 22 05:08:30 2008 for core/vil1 by  doxygen 1.5.1