The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

main.m

Go to the documentation of this file.
00001 
00002 //
00003 //      File:           QTUtils.c
00004 //
00005 //      Contains:       QuickTime movie toolbox utility functions.
00006 //
00007 //      Written by:     Apple Developer Technical Support
00008 //
00009 //      Copyright:      © 2002 by Apple Computer, Inc., all rights reserved.
00010 //
00011 //      Change History (most recent first):
00012 //         
00013 //         <1>          5/1/02  srk             first file
00014 //
00016 
00017 /*
00018  IMPORTANT:  This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
00019  consideration of your agreement to the following terms, and your use, installation, 
00020  modification or redistribution of this Apple software constitutes acceptance of these 
00021  terms.  If you do not agree with these terms, please do not use, install, modify or 
00022  redistribute this Apple software.
00023  
00024  In consideration of your agreement to abide by the following terms, and subject to these 
00025  terms, Apple grants you a personal, non-exclusive license, under AppleÕs copyrights in 
00026  this original Apple software (the "Apple Software"), to use, reproduce, modify and 
00027  redistribute the Apple Software, with or without modifications, in source and/or binary 
00028  forms; provided that if you redistribute the Apple Software in its entirety and without 
00029  modifications, you must retain this notice and the following text and disclaimers in all 
00030  such redistributions of the Apple Software.  Neither the name, trademarks, service marks 
00031  or logos of Apple Computer, Inc. may be used to endorse or promote products derived from 
00032  the Apple Software without specific prior written permission from Apple. Except as expressly
00033  stated in this notice, no other rights or licenses, express or implied, are granted by Apple
00034  herein, including but not limited to any patent rights that may be infringed by your 
00035  derivative works or by other works in which the Apple Software may be incorporated.
00036  
00037  The Apple Software is provided by Apple on an "AS IS" basis.  APPLE MAKES NO WARRANTIES, 
00038  EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, 
00039  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS 
00040  USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
00041  
00042  IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL 
00043  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 
00044  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, 
00045  REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND 
00046  WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR 
00047  OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00048 */
00049 
00050 //
00051 //  main.m
00052 //  CocoaSGDataProc2
00053 //
00054 //  Created by Scott Kuechle on Mon Apr 22 2002.
00055 //  Copyright (c) 2001 __MyCompanyName__. All rights reserved.
00056 //
00057 
00058 #import <Cocoa/Cocoa.h>
00059 
00060 int main(int argc, const char *argv[])
00061 {
00062     return NSApplicationMain(argc, argv);
00063 }

Generated on Mon Nov 8 17:07:41 2004 for MPT by  doxygen 1.3.9.1